examples: Add explicit break statement in video-play-reneg

This commit is contained in:
Philippe Normand 2021-10-23 14:25:52 +01:00 committed by Wim Taymans
parent 6b1c483cf7
commit 397a67889a

View file

@ -181,6 +181,7 @@ static void on_stream_state_changed(void *_data, enum pw_stream_state old,
pw_loop_update_timer(pw_main_loop_get_loop(data->loop),
data->timer, &timeout, &interval, false);
break;
}
default:
break;