diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 4678139321..3b2221b285 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -213,7 +213,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;