mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 13:21:08 +00:00
avformat/nutdec: if all else fails try to lookup video tag in isom
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5a4edf6f0d
commit
a981d1b6aa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user