Reindent
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23849 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7aa0118c46
commit
1ed3cef513
@ -70,8 +70,8 @@ struct PayloadContext {
|
|||||||
|
|
||||||
/* ---------------- private code */
|
/* ---------------- private code */
|
||||||
static int sdp_parse_fmtp_config_h264(AVStream * stream,
|
static int sdp_parse_fmtp_config_h264(AVStream * stream,
|
||||||
PayloadContext * h264_data,
|
PayloadContext * h264_data,
|
||||||
char *attr, char *value)
|
char *attr, char *value)
|
||||||
{
|
{
|
||||||
AVCodecContext *codec = stream->codec;
|
AVCodecContext *codec = stream->codec;
|
||||||
assert(codec->codec_id == CODEC_ID_H264);
|
assert(codec->codec_id == CODEC_ID_H264);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user