Commit c39a41df authored by diego's avatar diego

Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4604 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 386530c6
......@@ -19,12 +19,12 @@
#include "avformat.h"
#include "avi.h"
#ifdef CONFIG_ENCODERS
typedef struct {
offset_t atrpos, atsqpos, awapos;
offset_t data_size;
} MMFContext;
#ifdef CONFIG_ENCODERS
static int mmf_rates[] = { 4000, 8000, 11025, 22050, 44100 };
static int mmf_rate_code(int rate)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment