Commit d8ab9784 authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic.

parent b0782ad7
...@@ -761,7 +761,9 @@ static void *DecoderThread( vlc_object_t *p_this ) ...@@ -761,7 +761,9 @@ static void *DecoderThread( vlc_object_t *p_this )
block_Release( p_block ); block_Release( p_block );
} }
else if( DecoderProcess( p_dec, p_block ) != VLC_SUCCESS ) else if( DecoderProcess( p_dec, p_block ) != VLC_SUCCESS )
{
break; break;
}
} }
} }
......
...@@ -818,6 +818,7 @@ static int FrameNextCallback( vlc_object_t *p_this, char const *psz_cmd, ...@@ -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; input_thread_t *p_input = (input_thread_t*)p_this;
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(p_data); VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(p_data);
VLC_UNUSED(newval);
input_ControlPush( p_input, INPUT_CONTROL_SET_FRAME_NEXT, NULL ); input_ControlPush( p_input, INPUT_CONTROL_SET_FRAME_NEXT, NULL );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment