forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
24dd8c616d
commit
277e84f564
1 changed files with 1 additions and 1 deletions
|
@ -201,12 +201,12 @@ int wav_codec_get_id(unsigned int tag, int bps)
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_MUXERS
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
offset_t data;
|
offset_t data;
|
||||||
offset_t data_end;
|
offset_t data_end;
|
||||||
} WAVContext;
|
} WAVContext;
|
||||||
|
|
||||||
|
#ifdef CONFIG_MUXERS
|
||||||
static int wav_write_header(AVFormatContext *s)
|
static int wav_write_header(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
WAVContext *wav = s->priv_data;
|
WAVContext *wav = s->priv_data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue