Changes of Revision 56
[-] [+] | Changed | vlc-0.8.6i-ffmpeg.patch |
@@ -37,3 +37,13 @@ if( ( p_sys->p_context->extradata_size = p_dec->fmt_in.i_extra ) > 0 ) { +--- modules/codec/ffmpeg/chroma.c.orig 2008-12-29 09:18:30.000000000 +0100 ++++ modules/codec/ffmpeg/chroma.c 2008-12-29 09:24:53.000000000 +0100 +@@ -54,7 +54,6 @@ + int i_dst_vlc_chroma; + int i_dst_ffmpeg_chroma; + AVPicture tmp_pic; +- ImgReSampleContext *p_rsc; + }; + + /***************************************************************************** |