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:
@@ -29,6 +29,7 @@
|
|||||||
#include "libavutil/tree.h"
|
#include "libavutil/tree.h"
|
||||||
#include "libavcodec/bytestream.h"
|
#include "libavcodec/bytestream.h"
|
||||||
#include "avio_internal.h"
|
#include "avio_internal.h"
|
||||||
|
#include "isom.h"
|
||||||
#include "nut.h"
|
#include "nut.h"
|
||||||
#include "riff.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 []) {
|
st->codec->codec_id = av_codec_get_id((const AVCodecTag * const []) {
|
||||||
ff_nut_video_tags,
|
ff_nut_video_tags,
|
||||||
ff_codec_bmp_tags,
|
ff_codec_bmp_tags,
|
||||||
|
ff_codec_movvideo_tags,
|
||||||
0
|
0
|
||||||
},
|
},
|
||||||
tmp);
|
tmp);
|
||||||
|
|||||||
Reference in New Issue
Block a user