[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 01:18:29 CEST 2008
vlc | branch: 0.9-bugfix | Laurent Aimar <fenrir at videolan.org> | Mon Sep 1 21:57:37 2008 +0200| [40d7e36f9fbc17212e969c5198b3542120c6d706] | committer: Christophe Mutricy
Removed a debug commit in ffmpeg (do not force display of every frame).
(cherry picked from commit 8a501247f6bf46b651b05057dce8c5ec0ecdb196)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40d7e36f9fbc17212e969c5198b3542120c6d706
---
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 496f6eb..973aff4 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