diff nut.h @ 6038:d0ea87d82842 libavformat

Define ff_nut_video_tags and make Nut muxer and demuxer set it in codec_tag.
author stefano
date Sun, 23 May 2010 18:34:15 +0000
parents dbbcecb1a0dd
children
line wrap: on
line diff
--- a/nut.h	Sun May 23 13:07:33 2010 +0000
+++ b/nut.h	Sun May 23 18:34:15 2010 +0000
@@ -99,6 +99,7 @@
 } NUTContext;
 
 extern const AVCodecTag ff_nut_subtitle_tags[];
+extern const AVCodecTag ff_nut_video_tags[];
 
 typedef struct {
     char str[9];