Commit acd5655c authored by diego's avatar diego

Fix compilation with --disable-muxers.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5632 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40041536
......@@ -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