Commit 883375d1 authored by michael's avatar michael

raw h261 demuxing fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3680 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbde21d9
...@@ -1762,6 +1762,7 @@ int av_find_stream_info(AVFormatContext *ic) ...@@ -1762,6 +1762,7 @@ int av_find_stream_info(AVFormatContext *ic)
(st->codec.codec_id == CODEC_ID_FLV1 || (st->codec.codec_id == CODEC_ID_FLV1 ||
st->codec.codec_id == CODEC_ID_H264 || st->codec.codec_id == CODEC_ID_H264 ||
st->codec.codec_id == CODEC_ID_H263 || 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_VORBIS ||
st->codec.codec_id == CODEC_ID_MJPEG || st->codec.codec_id == CODEC_ID_MJPEG ||
st->codec.codec_id == CODEC_ID_PNG || 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