[FFmpeg-cvslog] avcodec/ffv1: use 64-bit frame counter

Marton Balint git at videolan.org
Thu Jan 26 21:45:05 EET 2023


ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Tue Jan 24 00:38:38 2023 +0100| [c0bc804e552bf6b21ae7da9cfeefe7405e380add] | committer: Marton Balint

avcodec/ffv1: use 64-bit frame counter

Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0bc804e552bf6b21ae7da9cfeefe7405e380add
---

 libavcodec/ffv1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 005f308784..04869da5c9 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -85,7 +85,7 @@ typedef struct FFV1Context {
     int chroma_h_shift, chroma_v_shift;
     int transparency;
     int flags;
-    int picture_number;
+    int64_t picture_number;
     int key_frame;
     ThreadFrame picture, last_picture;
     struct FFV1Context *fsrc;



More information about the ffmpeg-cvslog mailing list