Commit be825b77 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: remove debug

(cherry picked from commit 43b4b04b69c273aea2156b5b64bf510b606f5252)
parent 7b80f575
...@@ -102,7 +102,6 @@ static VLCTrackSynchronization *_o_sharedInstance = nil; ...@@ -102,7 +102,6 @@ static VLCTrackSynchronization *_o_sharedInstance = nil;
if( p_input ) if( p_input )
{ {
NSLog( @"new audio delay: %lld", var_GetTime( p_input, "audio-delay" ) );
[o_av_value_fld setDoubleValue: var_GetTime( p_input, "audio-delay" ) / 1000000.]; [o_av_value_fld setDoubleValue: var_GetTime( p_input, "audio-delay" ) / 1000000.];
[o_sv_advance_value_fld setDoubleValue: var_GetTime( p_input, "spu-delay" ) / 1000000.]; [o_sv_advance_value_fld setDoubleValue: var_GetTime( p_input, "spu-delay" ) / 1000000.];
[o_sv_speed_value_fld setFloatValue: var_GetFloat( p_input, "sub-fps" )]; [o_sv_speed_value_fld setFloatValue: var_GetFloat( p_input, "sub-fps" )];
......
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