Fix aspect change within SD channels

Should fix #48
This commit is contained in:
jojo61 2020-06-01 17:15:07 +02:00
parent a41f6b22fd
commit c7c4cb06a6
1 changed files with 2 additions and 0 deletions

View File

@ -2913,6 +2913,8 @@ static enum AVPixelFormat Cuvid_get_format(CuvidDecoder * decoder, AVCodecContex
decoder->Closing = 0;
decoder->PTS = AV_NOPTS_VALUE;
VideoDeltaPTS = 0;
decoder->InputAspect = video_ctx->sample_aspect_ratio;
CuvidUpdateOutput(decoder); // update aspect/scaling
}
CuvidMessage(2, "GetFormat Init ok %dx%d\n", video_ctx->width, video_ctx->height);