diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-07-12 19:57:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-07-12 19:57:57 +0000 |
commit | 25d3fb7374819fc579ececcfc95d120dc341da21 (patch) | |
tree | 6c813876e2339e7f5e46114822e5517ebf50fec3 /libavformat/utils.c | |
parent | 942de2f4faf17f5b49d8c91af2234c365244d99c (diff) | |
download | ffmpeg-25d3fb7374819fc579ececcfc95d120dc341da21.tar.gz |
indent
Originally committed as revision 14189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 4c38aaf3ed..bf9e5d2aa2 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -589,11 +589,11 @@ int av_read_packet(AVFormatContext *s, AVPacket *pkt) memset(pd->buf+pd->buf_size, 0, AVPROBE_PADDING_SIZE); if(av_log2(pd->buf_size) != av_log2(pd->buf_size - pkt->size)){ - set_codec_from_probe_data(st, pd, 1); - if(st->codec->codec_id != CODEC_ID_PROBE){ - pd->buf_size=0; - av_freep(&pd->buf); - } + set_codec_from_probe_data(st, pd, 1); + if(st->codec->codec_id != CODEC_ID_PROBE){ + pd->buf_size=0; + av_freep(&pd->buf); + } } } } |