cbs_mpeg2: Fix marker_bit type

This commit is contained in:
Mark Thompson 2017-11-09 01:04:25 +00:00
parent 7bf3f38046
commit 5a6707e49b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
xui(width, name, current->name)
#define marker_bit() do { \
av_unused int one = 1; \
av_unused uint32_t one; \
CHECK(ff_cbs_read_unsigned(ctx, rw, 1, "marker_bit", &one, 1, 1)); \
} while (0)