[FFmpeg-devel] [PATCH] tests: prefer ffprobe -show_entries to -show_format_entry

Clément Bœsch ubitux at gmail.com
Tue Nov 20 21:14:32 CET 2012


On Tue, Nov 20, 2012 at 12:21:23AM +0100, Stefano Sabatini wrote:
> The latter option was deprecated.
> ---
>  tests/fate-run.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/fate-run.sh b/tests/fate-run.sh
> index ccd04a3..84fadcb 100755
> --- a/tests/fate-run.sh
> +++ b/tests/fate-run.sh
> @@ -71,7 +71,7 @@ run(){
>  }
>  
>  probefmt(){
> -    run ffprobe -show_format_entry format_name -print_format default=nw=1:nk=1 -v 0 "$@"
> +    run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"

OK assuming the other patches get in.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121120/8bc05af8/attachment.asc>


More information about the ffmpeg-devel mailing list