# HG changeset patch # User pross # Date 1217589982 0 # Node ID eb63aa50bf85666875c60b91e0c9d6c67f779398 # Parent 3c616a62a44616f7cf6e52033f9e665df25aafa0 Revert r14484 hunk that deleted the 'include avcodec.h' statement. diff -r 3c616a62a446 -r eb63aa50bf85 audioconvert.c --- 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 */ +#include "avcodec.h" #include "audioconvert.h" typedef struct SampleFmtInfo {