Skip to content

Commit

Permalink
Fix derp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Nov 4, 2023
1 parent e5dbcd8 commit 3ab33cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/ffmpeg_decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ void VideoDecoder::Impl::latch_estimated_audio_playback_timestamp(double pts)
stream->set_rate_factor(1.0f + delta * 0.02f);
}
#else
(void)target_buffer_time;
(void)pts;
#endif
}

Expand Down

0 comments on commit 3ab33cd

Please sign in to comment.