mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avcodec/evc_parser: stop exporting delay and gop_size
The former is a property a decoder may export, and the latter is only used in encoding scenarios. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -72,8 +72,6 @@ static int parse_nal_units(AVCodecParserContext *s, AVCodecContext *avctx, const
|
||||
s->format = ctx->format;
|
||||
|
||||
avctx->framerate = ctx->framerate;
|
||||
avctx->gop_size = ctx->gop_size;
|
||||
avctx->delay = ctx->delay;
|
||||
avctx->profile = ctx->profile;
|
||||
|
||||
} else if(ctx->nalu_type == EVC_NOIDR_NUT || ctx->nalu_type == EVC_IDR_NUT) {
|
||||
|
||||
Reference in New Issue
Block a user