vlc | branch: master | Ilkka Ollakka <[email protected]> | Thu Feb  2 20:53:44 
2012 +0200| [7a081904313dbad5a46e6e095c70d226fa122c09] | committer: Ilkka 
Ollakka

transcode: typo

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

 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 2475cd0..ed9138c 100644
--- a/modules/stream_out/transcode/video.c
+++ b/modules/stream_out/transcode/video.c
@@ -745,7 +745,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;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to