Re: [FFmpeg-devel] [PATCH 02/13] lavc/h264_parser: stop accessing H264Context

2022-01-24 Thread James Almer
On 1/24/2022 2:00 PM, Anton Khirnov wrote: Parsers should not mess with decoder private data. It is also completely unnecessary here. --- libavcodec/h264_parser.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c

[FFmpeg-devel] [PATCH 02/13] lavc/h264_parser: stop accessing H264Context

2022-01-24 Thread Anton Khirnov
Parsers should not mess with decoder private data. It is also completely unnecessary here. --- libavcodec/h264_parser.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index e3a11702c5..816b04845e 100644 --- a/libavcod