From 7c516063dadb3e49856748c337fdb02d5e003c93 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Wed, 10 May 2006 22:03:18 +0000 Subject: moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18429 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/video.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpdemux/video.c') diff --git a/libmpdemux/video.c b/libmpdemux/video.c index 88801e7d0a..7d89425c9a 100644 --- a/libmpdemux/video.c +++ b/libmpdemux/video.c @@ -326,7 +326,6 @@ mpeg_header_parser: } // printf("picture.fps=%d\n",picture.fps); - sh_video->aspect = mpeg12_aspect_info(&picture); // display info: sh_video->format=picture.mpeg1?0x10000001:0x10000002; // mpeg video sh_video->fps=picture.fps; -- cgit v1.2.3