asfdec: Handle asf_jfif_media
Originally committed as revision 24351 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7428c8f599
commit
a3ab7c3249
@ -275,6 +275,9 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||||||
type = AVMEDIA_TYPE_AUDIO;
|
type = AVMEDIA_TYPE_AUDIO;
|
||||||
} else if (!guidcmp(&g, &ff_asf_video_stream)) {
|
} else if (!guidcmp(&g, &ff_asf_video_stream)) {
|
||||||
type = AVMEDIA_TYPE_VIDEO;
|
type = AVMEDIA_TYPE_VIDEO;
|
||||||
|
} else if (!guidcmp(&g, &ff_asf_jfif_media)) {
|
||||||
|
type = AVMEDIA_TYPE_VIDEO;
|
||||||
|
st->codec->codec_id = CODEC_ID_MJPEG;
|
||||||
} else if (!guidcmp(&g, &ff_asf_command_stream)) {
|
} else if (!guidcmp(&g, &ff_asf_command_stream)) {
|
||||||
type = AVMEDIA_TYPE_DATA;
|
type = AVMEDIA_TYPE_DATA;
|
||||||
} else if (!guidcmp(&g, &ff_asf_ext_stream_embed_stream_header)) {
|
} else if (!guidcmp(&g, &ff_asf_ext_stream_embed_stream_header)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user