/[packages]/updates/3/vlc/current/SOURCES/vlc-2.0.8-to-2.0.8a.patch
ViewVC logotype

Contents of /updates/3/vlc/current/SOURCES/vlc-2.0.8-to-2.0.8a.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 463112 - (show annotations) (download)
Sun Aug 4 06:43:52 2013 UTC (10 years, 8 months ago) by fwang
File size: 766 byte(s)
add upstream patch to update to 2.0.8a
1 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
2
3 diff --git a/modules/codec/avcodec/audio.c b/modules/codec/avcodec/audio.c
4 index 27b307c..a60b45f 100644
5 --- a/modules/codec/avcodec/audio.c
6 +++ b/modules/codec/avcodec/audio.c
7 @@ -264,7 +264,6 @@ aout_buffer_t * DecodeAudio ( decoder_t *p_dec, block_t **pp_block )
8 if( !pp_block || !*pp_block ) return NULL;
9
10 block_t *p_block = *pp_block;
11 - pp_block = NULL;
12
13 if( !p_sys->p_context->extradata_size && p_dec->fmt_in.i_extra &&
14 p_sys->b_delayed_open)

  ViewVC Help
Powered by ViewVC 1.1.30