Re: [libav-devel] [PATCH 03/21] ffprobe: tweak error message in open_input_file()

2011-05-12 Thread Diego Biurrun
On Thu, May 12, 2011 at 07:56:07AM +0200, Anton Khirnov wrote: > From: Stefano Sabatini OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 03/21] ffprobe: tweak error message in open_input_file()

2011-05-11 Thread Anton Khirnov
From: Stefano Sabatini Replace "codec (id=%d)" with "codec with id %d", slightly more readable. Signed-off-by: Anton Khirnov --- ffprobe.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ffprobe.c b/ffprobe.c index 6e26c11..b5d19f0 100644 --- a/ffprobe.c +++ b/ffprobe