[vlc-devel] commit: Fixed a typo. (Laurent Aimar )
git version control
git at videolan.org
Fri Jun 19 01:24:09 CEST 2009
vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Fri Jun 19 01:15:56 2009 +0200| [9c5bd0598ce0e8f980045310553c26d53dc69c21] | committer: Derk-Jan Hartman
Fixed a typo.
(cherry picked from commit 9b39dc1b066ae767cb6fc1607b6c512aee18275c)
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c5bd0598ce0e8f980045310553c26d53dc69c21
---
modules/codec/avcodec/video.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index 6e0e5ba..7940405 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -1047,7 +1047,7 @@ static void ffmpeg_NextPts( decoder_t *p_dec )
else if( p_sys->p_context->time_base.den > 0 )
{
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52,20,0)
- int i_tick = i_tick = p_sys->p_context->ticks_per_frame;
+ int i_tick = p_sys->p_context->ticks_per_frame;
if( i_tick <= 0 )
i_tick = 1;
#else
More information about the vlc-devel
mailing list