diff nut.h @ 5704:6b9c2a6d8fa4 libavformat

Introduce metadata conversion table for NUT muxer and demuxer. Patch by Anton Khirnov (wyskas, do no evil mail) Thread "[PATCH] nut metadata conversion table"
author kostya
date Wed, 24 Feb 2010 06:27:12 +0000
parents aea6eb7fd713
children 7152149eb03f
line wrap: on
line diff
--- a/nut.h	Tue Feb 23 16:29:57 2010 +0000
+++ b/nut.h	Wed Feb 24 06:27:12 2010 +0000
@@ -27,6 +27,7 @@
 //#include "libavcodec/mpegaudio.h"
 #include "avformat.h"
 #include "riff.h"
+#include "metadata.h"
 
 #define      MAIN_STARTCODE (0x7A561F5F04ADULL + (((uint64_t)('N'<<8) + 'M')<<48))
 #define    STREAM_STARTCODE (0x11405BF2F9DBULL + (((uint64_t)('N'<<8) + 'S')<<48))
@@ -112,4 +113,6 @@
 
 extern const Dispositions ff_nut_dispositions[];
 
+extern const AVMetadataConv ff_nut_metadata_conv[];
+
 #endif /* AVFORMAT_NUT_H */