OSDN Git Service

ffprobe: fix exit code with stream specifiers
authorNicolas George <nicolas.george@normalesup.org>
Wed, 26 Jun 2013 13:17:27 +0000 (15:17 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Wed, 26 Jun 2013 22:20:20 +0000 (00:20 +0200)
commita334b00cf62c78d5f7a144c3b9b8c5aee5a04659
tree979282763ba1e93010408078c78e1fee66214443
parent205092bf478f444fb8e6f4d0f45f07fac27be352
ffprobe: fix exit code with stream specifiers

Without this fix, ffprobe would exit with a failure exit code if a stream
specifier is given that selects the last stream.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
ffprobe.c