summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-11-20 13:08:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-20 13:08:04 +0000
commit5d3cea3a86a9b994591998fb05cacfc16ae4852d (patch)
treef9611b77616e2f574eb57c531cafa62d916c58a4 /libavcodec/mpegvideo.c
parent67d06418daaee0ec43418f5e9a6288fc12203f54 (diff)
downloadffmpeg-streaming-5d3cea3a86a9b994591998fb05cacfc16ae4852d.zip
ffmpeg-streaming-5d3cea3a86a9b994591998fb05cacfc16ae4852d.tar.gz
aspect ratio cleanup
Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 9f53c7f..7f21f33 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -557,12 +557,6 @@ int MPV_encode_init(AVCodecContext *avctx)
s->qcompress= avctx->qcompress;
s->qblur= avctx->qblur;
s->avctx = avctx;
- s->aspect_ratio_info= avctx->aspect_ratio_info;
- if (avctx->aspect_ratio_info == FF_ASPECT_EXTENDED)
- {
- s->aspected_width = avctx->aspected_width;
- s->aspected_height = avctx->aspected_height;
- }
s->flags= avctx->flags;
s->max_b_frames= avctx->max_b_frames;
s->b_frame_strategy= avctx->b_frame_strategy;
OpenPOWER on IntegriCloud