Re: [FFmpeg-devel] [PATCH 05/13] avcodec/elbg: Rename elbg_data to ELBGContext

2021-09-16 Thread Paul B Mahol
lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 05/13] avcodec/elbg: Rename elbg_data to ELBGContext

2021-09-16 Thread Andreas Rheinhardt
It is in line with our naming conventions for types. Also change numCB to num_cb for the same reason. Signed-off-by: Andreas Rheinhardt --- libavcodec/elbg.c | 84 +++ libavcodec/elbg.h | 4 +-- 2 files changed, 44 insertions(+), 44 deletions(-) diff