Quoting James Almer (2024-07-12 14:22:11)
> Signed-off-by: James Almer <jamr...@gmail.com>
> ---
>  tests/fate-run.sh               |  4 ++--
>  tests/fate/lavf-container.mak   | 28 +++++++++++++++-------------
>  tests/ref/lavf-fate/mv_hevc.mp4 |  3 +++
>  3 files changed, 20 insertions(+), 15 deletions(-)
>  create mode 100644 tests/ref/lavf-fate/mv_hevc.mp4
> 
> diff --git a/tests/fate-run.sh b/tests/fate-run.sh
> index 6ae0320c60..35f8da6be0 100755
> --- a/tests/fate-run.sh
> +++ b/tests/fate-run.sh
> @@ -401,8 +401,8 @@ lavf_container_fate()
>      cleanfiles="$cleanfiles $file"
>      input="${target_samples}/$1"
>      do_avconv $file -auto_conversion_filters $DEC_OPTS $2 -i "$input" \
> -              "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy 
> || return
> -    do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i 
> $target_path/$file $3
> +              $3 "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec 
> copy || return
> +    do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i 
> $target_path/$file $4

Can you give names to arguments? This is extra obscure.

-- 
Anton Khirnov
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to