diff options
author | Francesco Lavra <francescolavra@interfree.it> | 2010-05-22 16:01:32 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-22 16:01:32 +0000 |
commit | 80b39e1ca6e4711e2094c1a0f20a188e8751c941 (patch) | |
tree | a9ed7551e0fe9c80dd62d2b76ec8bca156ad92b4 /libavformat/nut.c | |
parent | 83c27079089270a65e53394b7e6b4ae8b94a6e6d (diff) | |
download | ffmpeg-80b39e1ca6e4711e2094c1a0f20a188e8751c941.tar.gz |
Move AVCodecTag from riff.h into internal.h.
Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r-- | libavformat/nut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c index 9a6a41b21f..01e0501a4b 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -21,6 +21,7 @@ #include "libavutil/tree.h" #include "nut.h" +#include "internal.h" const AVCodecTag ff_nut_subtitle_tags[] = { { CODEC_ID_TEXT , MKTAG('U', 'T', 'F', '8') }, |