Mercurial > libavformat.hg
changeset 3573:9afe7cc51c3f libavformat
indent
author | michael |
---|---|
date | Sat, 12 Jul 2008 19:57:57 +0000 |
parents | 3f345a61cef0 |
children | 23d0cdbf3308 |
files | utils.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Sat Jul 12 19:57:30 2008 +0000 +++ b/utils.c Sat Jul 12 19:57:57 2008 +0000 @@ -589,11 +589,11 @@ 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); + } } } }