X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnut.h;h=7013fb126a551ca6f5047759b21e7063df498a43;hb=edd33cb6faa78bf1cc533ccd283719b2c9224756;hp=23ddcaaecba732f3bd5bf0dd3d0b0fc7be3dc315;hpb=2e11268ea9812cec9ca334c8c0e825dcfb64bef9;p=ffmpeg diff --git a/libavformat/nut.h b/libavformat/nut.h index 23ddcaaecba..7013fb126a5 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -19,15 +19,15 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_NUT_H -#define FFMPEG_NUT_H +#ifndef AVFORMAT_NUT_H +#define AVFORMAT_NUT_H -#include //#include //#include "libavutil/adler32.h" //#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)) @@ -51,14 +51,14 @@ typedef enum{ FLAG_MATCH_TIME =2048, ///