diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-11-27 11:52:28 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-11-28 11:18:49 -0500 |
commit | bfe5454cd238b16e7977085f880205229103eccb (patch) | |
tree | dba205865e4e32f7376401c20d73bac480eb01d1 /libavformat/nut.h | |
parent | cdaa1f84fb6f6e8234e95e9322c647c6a432e0bf (diff) | |
download | ffmpeg-bfe5454cd238b16e7977085f880205229103eccb.tar.gz |
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h index 5f624eb22d..89b0248fa4 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -26,7 +26,7 @@ //#include "libavutil/adler32.h" //#include "libavcodec/mpegaudio.h" #include "avformat.h" -#include "riff.h" +#include "internal.h" #include "metadata.h" #define MAIN_STARTCODE (0x7A561F5F04ADULL + (((uint64_t)('N'<<8) + 'M')<<48)) |