mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 00:30:01 +01:00
fix
This commit is contained in:
@@ -2746,9 +2746,10 @@ static void veejay_playback_cycle(veejay_t * info)
|
||||
#endif
|
||||
if( info->real_fps > (1000* settings->spvf * 2.0f) && info->audio ) {
|
||||
veejay_msg(VEEJAY_MSG_WARNING, "Decoding video frame takes too long! (measured %ld ms).", info->real_fps);
|
||||
|
||||
}
|
||||
|
||||
//if(skipv ) continue;
|
||||
if(!info->audio && skipv ) continue;
|
||||
|
||||
veejay_mjpeg_queue_buf(info,frame, 1 );
|
||||
|
||||
|
||||
@@ -3687,7 +3687,6 @@ int vj_perform_queue_frame(veejay_t * info, int skip )
|
||||
|
||||
if(!skip)
|
||||
{
|
||||
|
||||
int speed = settings->current_playback_speed;
|
||||
if( settings->hold_status == 1 ) {
|
||||
speed = 0;
|
||||
@@ -3719,7 +3718,7 @@ int vj_perform_queue_frame(veejay_t * info, int skip )
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//@ increase tick
|
||||
|
||||
|
||||
Reference in New Issue
Block a user