diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-11-13 17:35:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-11-13 17:35:09 +0000 |
commit | 61c7c3e34730a536bd27f81a137004b77f320271 (patch) | |
tree | abce5ab4a16cae8219410ebc84d794ede1a7141a /libavformat | |
parent | 3129cd0140b15b80f3e7106f308ce19226ef0b1d (diff) | |
download | ffmpeg-61c7c3e34730a536bd27f81a137004b77f320271.tar.gz |
raw h261 demuxing fix
Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-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 9c750d0f27..6178d15ffe 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1762,6 +1762,7 @@ int av_find_stream_info(AVFormatContext *ic) (st->codec.codec_id == CODEC_ID_FLV1 || st->codec.codec_id == CODEC_ID_H264 || st->codec.codec_id == CODEC_ID_H263 || + st->codec.codec_id == CODEC_ID_H261 || st->codec.codec_id == CODEC_ID_VORBIS || st->codec.codec_id == CODEC_ID_MJPEG || st->codec.codec_id == CODEC_ID_PNG || |