Re: [libav-devel] [PATCH 03/14] cbs: Use correct conversion specifier for unit type

2017-11-10 Thread Diego Biurrun
On Thu, Nov 09, 2017 at 01:07:45AM +, Mark Thompson wrote: > --- > libavcodec/cbs_h2645.c | 2 +- > libavcodec/cbs_mpeg2.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Why not squash this into 2/14 where you already switch some conversion specifiers (or switch all conversion

[libav-devel] [PATCH 03/14] cbs: Use correct conversion specifier for unit type

2017-11-08 Thread Mark Thompson
--- libavcodec/cbs_h2645.c | 2 +- libavcodec/cbs_mpeg2.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c index a1b887fd4..c4739a946 100644 --- a/libavcodec/cbs_h2645.c +++ b/libavcodec/cbs_h2645.c @@ -1206,7 +1206,7 @@