Re: [FFmpeg-devel] [PATCH 4/5] lavc/bitstream: make skip_remaining() public

2022-06-20 Thread Andreas Rheinhardt
Anton Khirnov: > Also rename it to bitstream_skip_cache(), which is more descriptive and > follows the naming conventions of tis API. > --- > libavcodec/bitstream.h | 1 + > libavcodec/bitstream_template.h | 19 --- > 2 files changed, 13 insertions(+), 7 deletions(-) > >

[FFmpeg-devel] [PATCH 4/5] lavc/bitstream: make skip_remaining() public

2022-06-17 Thread Anton Khirnov
Also rename it to bitstream_skip_cache(), which is more descriptive and follows the naming conventions of tis API. --- libavcodec/bitstream.h | 1 + libavcodec/bitstream_template.h | 19 --- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/libavcodec/bitstr