From 2e01def0fe40e0d8c82299615e5302c7e9873e47 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 23 May 2010 18:34:15 +0000 Subject: Define ff_nut_video_tags and make Nut muxer and demuxer set it in codec_tag. Originally committed as revision 23259 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/nut.h') diff --git a/libavformat/nut.h b/libavformat/nut.h index ce052dfedf..7013fb126a 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -99,6 +99,7 @@ typedef struct { } NUTContext; extern const AVCodecTag ff_nut_subtitle_tags[]; +extern const AVCodecTag ff_nut_video_tags[]; typedef struct { char str[9]; -- cgit v1.2.3