summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-23 18:34:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-23 18:34:15 +0000
commit2e01def0fe40e0d8c82299615e5302c7e9873e47 (patch)
tree0cac6b77631b594ce98fb45f98670cfe5f8667e4 /libavformat/nut.h
parent6d9b7a7dab00324943f84e1dd5eddbad088be80d (diff)
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
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h1
1 files changed, 1 insertions, 0 deletions
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];