[FFmpeg-cvslog] avformat/mxfdec: Make edit_unit_byte_count unsigned
Michael Niedermayer
git at videolan.org
Mon Apr 15 00:00:29 EEST 2024
ffmpeg | branch: release/3.4 | Michael Niedermayer <michael at niedermayer.cc> | Mon Apr 1 18:29:46 2024 +0200| [db0f173b3ef889f9f14a67eebc7fe43f3ba4f780] | 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=db0f173b3ef889f9f14a67eebc7fe43f3ba4f780
---
libavformat/mxfdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 7bcc3957b4..cad07fe6e6 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -197,7 +197,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