[MPlayer-cvslog] r36391 - in trunk: DOCS/tech/slave.txt command.c libmpcodecs/vd.c libmpdemux/stheader.h

compn tempn at twmi.rr.com
Fri Aug 2 14:05:37 CEST 2013


On Fri, 02 Aug 2013 09:34:39 +0200, Reimar Döffinger wrote:
>ib <subversion at mplayerhq.hu> wrote:
>>Modified: trunk/libmpcodecs/vd.c
>>==============================================================================
>>--- trunk/libmpcodecs/vd.c	Thu Aug  1 19:45:31 2013	(r36390)
>>+++ trunk/libmpcodecs/vd.c	Thu Aug  1 23:18:14 2013	(r36391)
>>@@ -292,6 +292,9 @@ int mpcodecs_config_vo(sh_video_t *sh, i
>>     }
>>     // time to do aspect ratio corrections...
>> 
>>+    if (!sh->original_aspect)
>>+        sh->original_aspect = sh->stream_aspect != 0.0 ?
>>sh->stream_aspect : sh->aspect;
>>+
>
>Maybe I miss something, but this doesn't look to me like it will handle files with aspect changes properly?

i think reimar means files that have different aspects/resolution
changes mid stream.

http://samples.mplayerhq.hu/Matroska/size_change/azumi.mkv
http://samples.mplayerhq.hu/V-codecs/VP6/size_change.nsv

-compn


More information about the MPlayer-cvslog mailing list