Browse Source

Reindent

Patch by Josh Allmann, joshua dot allmann at gmail

Originally committed as revision 23849 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Josh Allmann Martin Storsjö 15 years ago
parent
commit
1ed3cef513
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/rtpdec_h264.c

+ 2
- 2
libavformat/rtpdec_h264.c View File

@@ -70,8 +70,8 @@ struct PayloadContext {

/* ---------------- private code */
static int sdp_parse_fmtp_config_h264(AVStream * stream,
PayloadContext * h264_data,
char *attr, char *value)
PayloadContext * h264_data,
char *attr, char *value)
{
AVCodecContext *codec = stream->codec;
assert(codec->codec_id == CODEC_ID_H264);


Loading…
Cancel
Save