[vlc-commits] transcode: typo
Ilkka Ollakka
git at videolan.org
Thu Feb 2 19:56:49 CET 2012
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | 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;
More information about the vlc-commits
mailing list