summaryrefslogtreecommitdiff
path: root/src/include/ffmpeg_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ffmpeg_backend.h')
-rw-r--r--src/include/ffmpeg_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ffmpeg_backend.h b/src/include/ffmpeg_backend.h
index 717a33d..0c778f7 100644
--- a/src/include/ffmpeg_backend.h
+++ b/src/include/ffmpeg_backend.h
@@ -29,7 +29,7 @@ struct av_info {
AVPacket *Packet;
AVFrame *Frame;
- uint32 FrameCount;
+ real32 SecondCount;
uint64 PTSDuration; // likely not always 100% accurate
SwsContext *RGBContext;