avformat/mxfdec: Make edit_unit_byte_count unsigned

Suggested-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit f30fe5e8d0)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
release/7.0
Michael Niedermayer 10 months ago
parent 003e006ccb
commit 54a7f22ee8
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64
  1. 2
      libavformat/mxfdec.c

@ -250,7 +250,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;

Loading…
Cancel
Save