diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-02-26 03:36:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-02-26 03:36:04 +0000 |
commit | 85ad569574a1a7d81c48b10e394b1ce7aaca5b7b (patch) | |
tree | 55f895388471ed46c2ce9997101ec6edb939f303 /libavformat/utils.c | |
parent | 21754ce65c78acf8134edbe1f60ce503c0345977 (diff) | |
download | ffmpeg-85ad569574a1a7d81c48b10e394b1ce7aaca5b7b.tar.gz |
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 0e008da974..fc49a6d8b7 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1845,6 +1845,7 @@ int av_find_stream_info(AVFormatContext *ic) st->codec.codec_id == CODEC_ID_PGMYUV || st->codec.codec_id == CODEC_ID_PBM || st->codec.codec_id == CODEC_ID_PPM || + st->codec.codec_id == CODEC_ID_SHORTEN || (st->codec.codec_id == CODEC_ID_MPEG4 && !st->need_parsing))) try_decode_frame(st, pkt->data, pkt->size); |