[vlc-commits] transcode: typo

Ilkka Ollakka git at videolan.org
Sat Feb 4 15:18:58 CET 2012


vlc/vlc-2.0 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Feb  2 20:53:44 2012 +0200| [d284e14f44bb00dfea4ead13f7e5d743f47967b8] | committer: Jean-Baptiste Kempf

transcode: typo
(cherry picked from commit 7a081904313dbad5a46e6e095c70d226fa122c09)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/stream_out/transcode/video.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/transcode/video.c b/modules/stream_out/transcode/video.c
index 51dece7..bdc1064 100644
--- a/modules/stream_out/transcode/video.c
+++ b/modules/stream_out/transcode/video.c
@@ -771,7 +771,7 @@ int transcode_video_process( sout_stream_t *p_stream, sout_stream_id_t *id,
                {
                    /* We can't modify the picture, we need to duplicate it */
                    p_pic2 = video_new_buffer_decoder( id->p_decoder );
-                   if( unlikely( p_pic2 != NULL ) )
+                   if( likely( p_pic2 != NULL ) )
                    {
                        picture_Copy( p_pic2, p_pic );
                        p_pic2->date = i_pts;



More information about the vlc-commits mailing list