[vlc-devel] commit: Cosmetics. (Laurent Aimar )

git version control git at videolan.org
Sun Jul 19 00:01:57 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jul 17 20:22:40 2009 +0200| [5ade44d996bc9e6a261578bca34aae35e4cb2701] | committer: Laurent Aimar 

Cosmetics.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ade44d996bc9e6a261578bca34aae35e4cb2701
---

 modules/codec/avcodec/video.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index 2e5ab36..af268e0 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -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 );




More information about the vlc-devel mailing list