From 82f0d373fbecc18cd2ddc748f0b330160845f2cd Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 30 Aug 2015 23:01:46 +0200 Subject: video: make container vs. bitstream aspect ratio configurable Utterly idiotic bullshit. Fixes #2259. --- common/av_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/av_common.c b/common/av_common.c index 3611abe8f6..87616b9879 100644 --- a/common/av_common.c +++ b/common/av_common.c @@ -59,7 +59,6 @@ void mp_copy_lav_codec_headers(AVCodecContext *avctx, AVCodecContext *st) avctx->width = st->width; avctx->height = st->height; avctx->pix_fmt = st->pix_fmt; - avctx->sample_aspect_ratio = st->sample_aspect_ratio; avctx->chroma_sample_location = st->chroma_sample_location; avctx->sample_rate = st->sample_rate; avctx->channels = st->channels; -- cgit v1.2.3