Commit 5b2c71bb authored by Mark Thompson's avatar Mark Thompson

cbs_mpeg2: Fix type for marker_bit reading

parent f31478ba
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment