Browse Source

cbs_mpeg2: Fix type for marker_bit reading

tags/n4.0
Mark Thompson 8 years ago
parent
commit
5b2c71bb94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/cbs_mpeg2.c

+ 1
- 1
libavcodec/cbs_mpeg2.c 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)



Loading…
Cancel
Save