X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnut.h;h=8d9695245c8856d3ff8fdbdcd77a6f1720707f53;hb=ae2c69438881ecd9f3ff7dffaf66e62379279820;hp=74492cd9adc4b3f7cccf8db0c89e9ff6b2ef7e86;hpb=5b21bdabe43611385d1d55a21d5b1f607b133d29;p=ffmpeg diff --git a/libavformat/nut.h b/libavformat/nut.h index 74492cd9adc..8d9695245c8 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 "libavutil/adler32.h" +//#include "libavcodec/mpegaudio.h" #include "avformat.h" -#include "crc.h" -//#include "mpegaudio.h" #include "riff.h" -//#include "adler32.h" +#include "metadata.h" #define MAIN_STARTCODE (0x7A561F5F04ADULL + (((uint64_t)('N'<<8) + 'M')<<48)) #define STREAM_STARTCODE (0x11405BF2F9DBULL + (((uint64_t)('N'<<8) + 'S')<<48)) @@ -47,16 +47,18 @@ typedef enum{ FLAG_SIZE_MSB = 32, ///