changeset 7458:eb63aa50bf85 libavcodec

Revert r14484 hunk that deleted the 'include avcodec.h' statement.
author pross
date Fri, 01 Aug 2008 11:26:22 +0000
parents 3c616a62a446
children 283eeda62184
files audioconvert.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audioconvert.c	Fri Aug 01 07:23:29 2008 +0000
+++ b/audioconvert.c	Fri Aug 01 11:26:22 2008 +0000
@@ -25,6 +25,7 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#include "avcodec.h"
 #include "audioconvert.h"
 
 typedef struct SampleFmtInfo {