[FFmpeg-cvslog] avformat/mxfdec: Make edit_unit_byte_count unsigned
Michael Niedermayer
git at videolan.org
Wed Apr 3 15:44:10 EEST 2024
ffmpeg | branch: release/7.0 | Michael Niedermayer <michael at niedermayer.cc> | Mon Apr 1 18:29:46 2024 +0200| [54a7f22ee8ccff2231494d0508ec3cb65907818f] | committer: Michael Niedermayer
avformat/mxfdec: Make edit_unit_byte_count unsigned
Suggested-by: Marton Balint <cus at passwd.hu>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit f30fe5e8d002e15f07eaacf720c5654097cb62df)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54a7f22ee8ccff2231494d0508ec3cb65907818f
---
libavformat/mxfdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 51a7136555..94806ccb87 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -250,7 +250,7 @@ typedef struct MXFFFV1SubDescriptor {
typedef struct MXFIndexTableSegment {
MXFMetadataSet meta;
- int edit_unit_byte_count;
+ unsigned edit_unit_byte_count;
int index_sid;
int body_sid;
AVRational index_edit_rate;
More information about the ffmpeg-cvslog
mailing list