[vlc-commits] transcode: whitespace

Rafaël Carré git at videolan.org
Tue Jan 6 13:47:52 CET 2015


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan  6 13:41:31 2015 +0100| [ead2838cf71bf5179af818f47a3fa1d6fd42d05a] | committer: Rafaël Carré

transcode: whitespace

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

 modules/stream_out/transcode/video.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/stream_out/transcode/video.c b/modules/stream_out/transcode/video.c
index 9503f9c..39f5b8b 100644
--- a/modules/stream_out/transcode/video.c
+++ b/modules/stream_out/transcode/video.c
@@ -107,14 +107,14 @@ static void* EncoderThread( void *obj )
 
     /*Now flush encoder*/
     do {
-       p_block = id->p_encoder->pf_encode_video(id->p_encoder, NULL );
-       block_ChainAppend( &p_sys->p_buffers, p_block );
+        p_block = id->p_encoder->pf_encode_video(id->p_encoder, NULL );
+        block_ChainAppend( &p_sys->p_buffers, p_block );
     } while( p_block );
 
     vlc_mutex_unlock( &p_sys->lock_out );
 
-
     vlc_restorecancel (canc);
+
     return NULL;
 }
 



More information about the vlc-commits mailing list