On 29/11/2017 23:11, Mark Thompson wrote:
---
  libavcodec/cbs_mpeg2.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/cbs_mpeg2.c b/libavcodec/cbs_mpeg2.c
index cd8e1b66d..5956f3933 100644
--- a/libavcodec/cbs_mpeg2.c
+++ b/libavcodec/cbs_mpeg2.c
@@ -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)

ok
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to