Re: [FFmpeg-devel] [PATCH 07/27] cbs: Implement common parts of cbs-based bitstream filters separately

2021-01-06 Thread Mark Thompson
On 06/01/2021 20:01, Andreas Rheinhardt wrote: Mark Thompson: On 01/01/2021 22:18, Andreas Rheinhardt wrote: Mark Thompson: This allows removal of a lot of duplicated code between BSFs. ---   libavcodec/Makefile  |   2 +-   libavcodec/cbs_bsf.c | 161

Re: [FFmpeg-devel] [PATCH 07/27] cbs: Implement common parts of cbs-based bitstream filters separately

2021-01-06 Thread Andreas Rheinhardt
Mark Thompson: > On 01/01/2021 22:18, Andreas Rheinhardt wrote: >> Mark Thompson: >>> This allows removal of a lot of duplicated code between BSFs. >>> --- >>>   libavcodec/Makefile  |   2 +- >>>   libavcodec/cbs_bsf.c | 161 +++ >>>   libavcodec/cbs_bsf.h |

Re: [FFmpeg-devel] [PATCH 07/27] cbs: Implement common parts of cbs-based bitstream filters separately

2021-01-06 Thread Mark Thompson
On 01/01/2021 22:18, Andreas Rheinhardt wrote: Mark Thompson: This allows removal of a lot of duplicated code between BSFs. --- libavcodec/Makefile | 2 +- libavcodec/cbs_bsf.c | 161 +++ libavcodec/cbs_bsf.h | 100 +++ 3

Re: [FFmpeg-devel] [PATCH 07/27] cbs: Implement common parts of cbs-based bitstream filters separately

2021-01-01 Thread Andreas Rheinhardt
Mark Thompson: > This allows removal of a lot of duplicated code between BSFs. > --- > libavcodec/Makefile | 2 +- > libavcodec/cbs_bsf.c | 161 +++ > libavcodec/cbs_bsf.h | 100 +++ > 3 files changed, 262 insertions(+), 1

[FFmpeg-devel] [PATCH 07/27] cbs: Implement common parts of cbs-based bitstream filters separately

2021-01-01 Thread Mark Thompson
This allows removal of a lot of duplicated code between BSFs. --- libavcodec/Makefile | 2 +- libavcodec/cbs_bsf.c | 161 +++ libavcodec/cbs_bsf.h | 100 +++ 3 files changed, 262 insertions(+), 1 deletion(-) create mode 100644