summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index 26bdacf..234350a 100644
--- a/video.c
+++ b/video.c
@@ -6819,7 +6819,7 @@ static void VdpauRenderFrame(VdpauDecoder * decoder,
}
#else
if (decoder->InputWidth && decoder->InputHeight
- && av_cmp_q(decoder->InputAspect, frame->sample_aspect_ratio)) {
+ && av_cmp_q(decoder->InputAspect, video_ctx->sample_aspect_ratio)) {
Debug(3, "video/vdpau: aspect ratio changed\n");
decoder->InputAspect = video_ctx->sample_aspect_ratio;