diff resample.c @ 12522:776789af0304 libavcodec

Move AVOptions from libavcodec to libavutil
author michael
date Sun, 26 Sep 2010 14:25:22 +0000
parents 3da317f52661
children
line wrap: on
line diff
--- a/resample.c	Sun Sep 26 13:56:50 2010 +0000
+++ b/resample.c	Sun Sep 26 14:25:22 2010 +0000
@@ -26,7 +26,7 @@
 
 #include "avcodec.h"
 #include "audioconvert.h"
-#include "opt.h"
+#include "libavutil/opt.h"
 
 struct AVResampleContext;