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;