Commit 277e84f5 authored by Gianluigi Tiesi's avatar Gianluigi Tiesi Committed by Diego Biurrun

Fix compilation with --disable-muxers.

patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it

Originally committed as revision 5632 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 24dd8c61
......@@ -201,12 +201,12 @@ int wav_codec_get_id(unsigned int tag, int bps)
return id;
}
#ifdef CONFIG_MUXERS
typedef struct {
offset_t data;
offset_t data_end;
} WAVContext;
#ifdef CONFIG_MUXERS
static int wav_write_header(AVFormatContext *s)
{
WAVContext *wav = s->priv_data;
......
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