diff flvenc.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 11bb10c37225
children ea409874020e
line wrap: on
line diff
--- a/flvenc.c	Sat May 22 15:56:49 2010 +0000
+++ b/flvenc.c	Sat May 22 16:01:32 2010 +0000
@@ -20,7 +20,7 @@
  */
 #include "avformat.h"
 #include "flv.h"
-#include "riff.h"
+#include "internal.h"
 #include "avc.h"
 
 #undef NDEBUG