Re: [FFmpeg-devel] [PATCH] avcodec/parser: fill avctx dimensions if unset

2023-04-29 Thread James Almer
On 4/27/2023 12:39 PM, James Almer wrote: This allows the usage of codecs in builds that have a parser but no decoders for remuxing scenarios with raw sources. Signed-off-by: James Almer --- libavcodec/parser.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/parser.c

[FFmpeg-devel] [PATCH] avcodec/parser: fill avctx dimensions if unset

2023-04-27 Thread James Almer
This allows the usage of codecs in builds that have a parser but no decoders for remuxing scenarios with raw sources. Signed-off-by: James Almer --- libavcodec/parser.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 49de7e6a57..efc28b8918