[FFmpeg-devel] [PATCH 3/6] cbs: Add support for array subscripts in trace output

James Almer jamrial at gmail.com
Wed May 2 01:44:37 EEST 2018


On 4/30/2018 8:26 PM, Mark Thompson wrote:
> This makes the trace output for arrays significantly nicer.
> ---
>  libavcodec/cbs.c                       |  44 ++++++--
>  libavcodec/cbs_h2645.c                 |  83 ++++++++-------
>  libavcodec/cbs_h264_syntax_template.c  | 101 +++++++++----------
>  libavcodec/cbs_h265_syntax_template.c  | 179 +++++++++++++++++----------------
>  libavcodec/cbs_internal.h              |  10 +-
>  libavcodec/cbs_mpeg2.c                 |  20 ++--
>  libavcodec/cbs_mpeg2_syntax_template.c |  25 ++---
>  7 files changed, 262 insertions(+), 200 deletions(-)

LGTM, it's nice to see actual index values rather than i, j and such :p


More information about the ffmpeg-devel mailing list