[vlc-commits] transcode: cosmetic

Ilkka Ollakka git at videolan.org
Wed Dec 4 09:01:46 CET 2013


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Dec  3 17:55:33 2013 +0200| [476136296e68d0bfe1e8322a53950256e0e30893] | committer: Ilkka Ollakka

transcode: cosmetic

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

 modules/stream_out/transcode/video.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/transcode/video.c b/modules/stream_out/transcode/video.c
index d714efb..888ac9b 100644
--- a/modules/stream_out/transcode/video.c
+++ b/modules/stream_out/transcode/video.c
@@ -137,7 +137,7 @@ static void* EncoderThread( void *obj )
             vlc_mutex_unlock( &p_sys->lock_out );
             break;
         }
-            vlc_mutex_unlock( &p_sys->lock_out );
+        vlc_mutex_unlock( &p_sys->lock_out );
     }
 
     /*Encode what we have in the buffer on closing*/



More information about the vlc-commits mailing list