mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user