[vlc-devel] commit: Cosmetic. (Laurent Aimar )

git version control git at videolan.org
Wed Oct 22 22:22:07 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Oct 22 22:20:56 2008 +0200| [d8ab9784da042e44627b5cc3c5b2138ff0c5cb76] | committer: Laurent Aimar 

Cosmetic.

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

 src/input/decoder.c |    2 ++
 src/input/var.c     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/input/decoder.c b/src/input/decoder.c
index fda7c47..1542858 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -761,7 +761,9 @@ static void *DecoderThread( vlc_object_t *p_this )
                 block_Release( p_block );
             }
             else if( DecoderProcess( p_dec, p_block ) != VLC_SUCCESS )
+            {
                 break;
+            }
         }
     }
 
diff --git a/src/input/var.c b/src/input/var.c
index 089d415..3c67a03 100644
--- a/src/input/var.c
+++ b/src/input/var.c
@@ -818,6 +818,7 @@ static int FrameNextCallback( vlc_object_t *p_this, char const *psz_cmd,
 {
     input_thread_t *p_input = (input_thread_t*)p_this;
     VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(p_data);
+    VLC_UNUSED(newval);
 
     input_ControlPush( p_input, INPUT_CONTROL_SET_FRAME_NEXT, NULL );
 




More information about the vlc-devel mailing list