Sophie

Sophie

distrib > Mageia > 2 > i586 > media > tainted-updates-src > by-pkgid > 7f555944734d8cb46e97c3347cbb13ba > files > 8

vlc-2.0.8-0.2.mga2.tainted.src.rpm

X-Git-Url: http://git.videolan.org/?p=vlc%2Fvlc-2.0.git;a=blobdiff_plain;f=modules%2Fcodec%2Favcodec%2Faudio.c;h=a60b45fe469490c5e301534fb0c3ec853fffda07;hp=27b307c739d61e28f71b472f7a80270c745c3eb9;hb=68cf50be986313f7bb8e547dee3a547bc39926b7;hpb=48e8e56e71b5d0753382aaa38f3dd2bdabe8f6c6

diff --git a/modules/codec/avcodec/audio.c b/modules/codec/avcodec/audio.c
index 27b307c..a60b45f 100644
--- a/modules/codec/avcodec/audio.c
+++ b/modules/codec/avcodec/audio.c
@@ -264,7 +264,6 @@ aout_buffer_t * DecodeAudio ( decoder_t *p_dec, block_t **pp_block )
     if( !pp_block || !*pp_block ) return NULL;
 
     block_t *p_block = *pp_block;
-    pp_block = NULL;
 
     if( !p_sys->p_context->extradata_size && p_dec->fmt_in.i_extra &&
         p_sys->b_delayed_open)