[vlc-devel] commit: Removed a debug commit in ffmpeg ( do not force display of every frame). (Laurent Aimar )

git version control git at videolan.org
Tue Sep 2 00:27:19 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep  1 21:57:37 2008 +0200| [8a501247f6bf46b651b05057dce8c5ec0ecdb196] | committer: Laurent Aimar 

Removed a debug commit in ffmpeg (do not force display of every frame).

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

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

diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index 1ec058f..21b8baa 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -552,8 +552,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
         p_sys->i_buffer -= i_used;
         p_sys->p_buffer += i_used;
 
-        p_sys->b_first_frame = true;
-
         /* Nothing to display */
         if( !b_gotpicture )
         {




More information about the vlc-devel mailing list