From 1bd442c276e6688b43777a198cad0d7e3a92123f Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 12 Oct 2012 15:49:36 +0200 Subject: nut: prioritize native tags Use native tags instead of avi ones, simplifies a lot raw video codecs handling. --- libavformat/nut.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/nut.h') diff --git a/libavformat/nut.h b/libavformat/nut.h index 3f09689bd1..335eceb440 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -106,6 +106,8 @@ typedef struct NUTContext { extern const AVCodecTag ff_nut_subtitle_tags[]; extern const AVCodecTag ff_nut_video_tags[]; +extern const AVCodecTag * const ff_nut_codec_tags[]; + typedef struct Dispositions { char str[9]; int flag; -- cgit v1.2.3