[vlc-devel] commit: switcher: fix compil error (Erwan Tulou )
git version control
git at videolan.org
Mon Aug 24 23:34:20 CEST 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Aug 24 23:19:32 2009 +0200| [016065c64675239e6e99a8c7064a75f65fc0855d] | committer: Erwan Tulou
switcher: fix compil error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=016065c64675239e6e99a8c7064a75f65fc0855d
---
modules/stream_out/switcher.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/stream_out/switcher.c b/modules/stream_out/switcher.c
index 30d6902..564644d 100644
--- a/modules/stream_out/switcher.c
+++ b/modules/stream_out/switcher.c
@@ -951,6 +951,7 @@ static block_t *AudioGetBuffer( sout_stream_t *p_stream, sout_stream_id_t *id,
int i_out;
block_t *p_out;
+ (void)p_stream;
i_out = avcodec_encode_audio( id->ff_enc_c, id->p_buffer_out,
2 * AVCODEC_MAX_AUDIO_FRAME_SIZE,
id->p_samples );
More information about the vlc-devel
mailing list