Skip to content

Commit

Permalink
Fix LVEPVideoStream::tinySeek preprocessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Aug 3, 2023
1 parent ea9c15d commit 005cb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvep/LVEPVideoStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void LVEPVideoStream::pause()

void LVEPVideoStream::tinySeek(double target)
{
#ifdef LVEP_USE_FFMPEG6:
#if LVEP_USE_FFMPEG6
int64_t dur = frame->duration;
#else
int64_t dur = frame->pkt_duration;
Expand Down

0 comments on commit 005cb32

Please sign in to comment.