]> git.sesse.net Git - vlc/commitdiff
Cosmetics.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 17 Jul 2009 18:22:40 +0000 (20:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 18 Jul 2009 22:01:42 +0000 (00:01 +0200)
modules/codec/avcodec/video.c

index 2e5ab368c4c51206df5f80f9090966b5741db5ff..af268e0fadcd2271dcaccc5a5ff0d78bdf962086 100644 (file)
@@ -986,7 +986,6 @@ static int ffmpeg_GetFrameBuf( struct AVCodecContext *p_context,
     p_dec->fmt_out.i_codec = p_dec->fmt_out.video.i_chroma;
 
     /* Get a new picture */
-    //p_sys->p_vout->render.b_allow_modify_pics = 0;
     p_pic = ffmpeg_NewPictBuf( p_dec, p_sys->p_context );
     if( !p_pic )
         return avcodec_default_get_buffer( p_context, p_ff_pic );