[FFmpeg-cvslog] r14631 - in trunk/tests: ffmpeg.regression.ref regression.sh rotozoom.regression.ref

Måns Rullgård mans
Wed Aug 6 01:25:45 CEST 2008


Baptiste Coudurier <baptiste.coudurier at smartjog.com> writes:

> M?ns Rullg?rd wrote:
>> bcoudurier <subversion at mplayerhq.hu> writes:
>> 
>>> Author: bcoudurier
>>> Date: Wed Aug  6 01:03:02 2008
>>> New Revision: 14631
>>>
>>> Log:
>>> add dv 4:1:1 regression test
>>>
>>> Modified:
>>>    trunk/tests/ffmpeg.regression.ref
>>>    trunk/tests/regression.sh
>>>    trunk/tests/rotozoom.regression.ref
>>>
>>> Modified: trunk/tests/regression.sh
>>> ==============================================================================
>>> --- trunk/tests/regression.sh	(original)
>>> +++ trunk/tests/regression.sh	Wed Aug  6 01:03:02 2008
>>> @@ -353,6 +353,9 @@ fi
>>>  if [ -n "$do_dv" ] ; then
>>>  do_video_encoding dv.dv "-dct int" "-s pal -an"
>>>  do_video_decoding "" "-s cif"
>>> +
>>> +do_video_encoding dv411.dv "-dct int" "-s pal -an -pix_fmt yuv411p"
>>> +do_video_decoding "" "-s cif"
>>>  fi
>> 
>> Is there some reason this can't be a separate test, invoked from the
>> makefile like the rest?
>> 
>
> I don't think so, feel free to split each test for each codec (like
> mpeg2) if you like.

You should have done that when you added this.  Please do it now.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list