diff nut.c @ 6033:c7b98381ec2d libavformat

Move AVCodecTag from riff.h into internal.h. Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Sat, 22 May 2010 16:01:32 +0000
parents dbbcecb1a0dd
children d0ea87d82842
line wrap: on
line diff
--- a/nut.c	Sat May 22 15:56:49 2010 +0000
+++ b/nut.c	Sat May 22 16:01:32 2010 +0000
@@ -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') },