[FFmpeg-cvslog] avformat/mxfdec: Make edit_unit_byte_count unsigned
Michael Niedermayer
git at videolan.org
Mon Apr 15 01:49:01 EEST 2024
ffmpeg | branch: release/2.8 | Michael Niedermayer <michael at niedermayer.cc> | Mon Apr 1 18:29:46 2024 +0200| [15205f8889ee0862a4cf4591c152e80a9a2ee666] | 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=15205f8889ee0862a4cf4591c152e80a9a2ee666
---
libavformat/mxfdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index e25d2fefe8..f2bdf70289 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -192,7 +192,7 @@ typedef struct MXFDescriptor {
typedef struct MXFIndexTableSegment {
UID uid;
enum MXFMetadataSetType type;
- 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