Commit a981d1b6 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/nutdec: if all else fails try to lookup video tag in isom

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5a4edf6f
......@@ -29,6 +29,7 @@
#include "libavutil/tree.h"
#include "libavcodec/bytestream.h"
#include "avio_internal.h"
#include "isom.h"
#include "nut.h"
#include "riff.h"
......@@ -386,6 +387,7 @@ static int decode_stream_header(NUTContext *nut)
st->codec->codec_id = av_codec_get_id((const AVCodecTag * const []) {
ff_nut_video_tags,
ff_codec_bmp_tags,
ff_codec_movvideo_tags,
0
},
tmp);
......
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