ffmpeg | branch: release/6.0 | Michael Niedermayer <mich...@niedermayer.cc> | Mon Apr 1 18:29:46 2024 +0200| [f5f350919e890512358f2c6981992e33f0e3430a] | committer: Michael Niedermayer
avformat/mxfdec: Make edit_unit_byte_count unsigned Suggested-by: Marton Balint <c...@passwd.hu> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> (cherry picked from commit f30fe5e8d002e15f07eaacf720c5654097cb62df) Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5f350919e890512358f2c6981992e33f0e3430a --- libavformat/mxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index aab50348f9..540d6dbf3d 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -246,7 +246,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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".