Re: [FFmpeg-devel] [PATCH 06/25] lavc/cbs: avoid an AVCodecContext dependency

2021-05-21 Thread James Almer
On 5/21/2021 3:00 PM, Anton Khirnov wrote: This will allow to stop including avcodec.h in future commits. --- libavcodec/av1_parser.c | 3 ++- libavcodec/av1dec.c | 5 ++--- libavcodec/cbs.c| 10 -- libavcodec/cbs.h| 11 --- 4 files changed, 12 insertio

[FFmpeg-devel] [PATCH 06/25] lavc/cbs: avoid an AVCodecContext dependency

2021-05-21 Thread Anton Khirnov
This will allow to stop including avcodec.h in future commits. --- libavcodec/av1_parser.c | 3 ++- libavcodec/av1dec.c | 5 ++--- libavcodec/cbs.c| 10 -- libavcodec/cbs.h| 11 --- 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/libavcodec/av