[FFmpeg-devel] [PATCH] Add regression test for stereo s16le in voc. (original) (raw)

Måns Rullgård mans
Wed Jan 19 13:54:34 CET 2011


Diego Biurrun writes:

On Tue, Jan 18, 2011 at 12:58:49PM -0500, Justin Ruggles wrote:

--- tests/lavf-regression.sh | 6 +++++- tests/ref/lavf/vocs16 | 3 +++ 2 files changed, 8 insertions(+), 1 deletions(-) create mode 100644 tests/ref/lavf/vocs16

--- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -40,7 +40,7 @@ doimageformats() doaudioonly() { file=${outfile}lavf.$1 - doffmpeg file−t1−qscale10−fs16le−ifile -t 1 -qscale 10 -f s16le -i filet1qscale10fs16leipcmsrc + doffmpeg file−t1−qscale10file -t 1 -qscale 10 filet1qscale102 -f s16le -i pcmsrcpcmsrc pcmsrc3 doffmpegcrc file−ifile -i fileitargetpath/$file } @@ -206,6 +206,10 @@ if [ -n "$dovoc" ] ; then +if [ -n "$dovocs16" ] ; then +doaudioonly s16.voc "-ac 2" "-acodec pcms16le" +fi Since this is the only test using extra parameters I cannot see how this might introduce problems, thus OK.

Agree, committed.

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



More information about the ffmpeg-devel mailing list