diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-23 18:34:15 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-23 18:34:15 +0000 |
commit | 2e01def0fe40e0d8c82299615e5302c7e9873e47 (patch) | |
tree | 0cac6b77631b594ce98fb45f98670cfe5f8667e4 /libavformat/nut.h | |
parent | 6d9b7a7dab00324943f84e1dd5eddbad088be80d (diff) | |
download | ffmpeg-2e01def0fe40e0d8c82299615e5302c7e9873e47.tar.gz |
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.h | 1 |
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]; |