diff nutenc.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 d0ea87d82842
line wrap: on
line diff
--- a/nutenc.c	Sat May 22 15:56:49 2010 +0000
+++ b/nutenc.c	Sat May 22 16:01:32 2010 +0000
@@ -23,6 +23,7 @@
 #include "libavutil/tree.h"
 #include "libavcodec/mpegaudiodata.h"
 #include "nut.h"
+#include "internal.h"
 
 static int find_expected_header(AVCodecContext *c, int size, int key_frame, uint8_t out[64]){
     int sample_rate= c->sample_rate;