Commit 61c7c3e3 authored by Michael Niedermayer's avatar Michael Niedermayer

raw h261 demuxing fix

Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3129cd01
......@@ -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 ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment