[Ffmpeg-cvslog] r5632 - trunk/libavformat/wav.c
diego
subversion
Thu Jul 6 00:01:50 CEST 2006
Author: diego
Date: Thu Jul 6 00:01:49 2006
New Revision: 5632
Modified:
trunk/libavformat/wav.c
Log:
Fix compilation with --disable-muxers.
patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it
Modified: trunk/libavformat/wav.c
==============================================================================
--- trunk/libavformat/wav.c (original)
+++ trunk/libavformat/wav.c Thu Jul 6 00:01:49 2006
@@ -201,12 +201,12 @@
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;
More information about the ffmpeg-cvslog
mailing list