[FFmpeg-devel] [PATCH] tests: prefer ffprobe -show_entries to -show_format_entry
Stefano Sabatini
stefasab at gmail.com
Thu Nov 22 16:15:45 CET 2012
On date Tuesday 2012-11-20 21:14:32 +0100, Clément Bœsch encoded:
> 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.
Applied.
--
FFmpeg = Forgiving & Formidable Moronic Perennial Efficient Guru
More information about the ffmpeg-devel
mailing list