diff options
author | Fox Caminiti <fox@foxcam.net> | 2022-12-18 20:00:47 -0500 |
---|---|---|
committer | Fox Caminiti <fox@foxcam.net> | 2022-12-18 20:00:47 -0500 |
commit | 4854647d659f75ac6cf4575b61d1dcfd25865791 (patch) | |
tree | 3296bdfa30fa76688844755b37094753ea82d033 /src/include/ffmpeg_backend.h | |
parent | bedd6906eabdd513042d6a178d4dc56a3a41d1d3 (diff) |
lazy
Diffstat (limited to 'src/include/ffmpeg_backend.h')
-rw-r--r-- | src/include/ffmpeg_backend.h | 2 |
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; |