comparison 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
comparison
equal deleted inserted replaced
12521:db36486a6f89 12522:776789af0304
24 * samplerate conversion for both audio and video 24 * samplerate conversion for both audio and video
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "audioconvert.h" 28 #include "audioconvert.h"
29 #include "opt.h" 29 #include "libavutil/opt.h"
30 30
31 struct AVResampleContext; 31 struct AVResampleContext;
32 32
33 static const char *context_to_name(void *ptr) 33 static const char *context_to_name(void *ptr)
34 { 34 {