Re: [FFmpeg-devel] [PATCH]ffplay: Mention codec_name if decoder for codec_id could not be found.

2018-05-29 Thread Carl Eugen Hoyos
2018-05-29 9:54 GMT+02:00, Marton Balint : > > > On Tue, 29 May 2018, Carl Eugen Hoyos wrote: > >> Hi! >> >> Attached patch makes debugging a little easier imo. >> >> Please comment, Carl Eugen >> >> diff --git a/fftools/ffplay.c b/fftools/ffplay.c >> index dcca9c2..f9571d7 100644 >> ---

Re: [FFmpeg-devel] [PATCH]ffplay: Mention codec_name if decoder for codec_id could not be found.

2018-05-29 Thread Marton Balint
On Tue, 29 May 2018, Carl Eugen Hoyos wrote: Hi! Attached patch makes debugging a little easier imo. Please comment, Carl Eugen diff --git a/fftools/ffplay.c b/fftools/ffplay.c index dcca9c2..f9571d7 100644 --- a/fftools/ffplay.c +++ b/fftools/ffplay.c @@ -2578,7 +2578,7 @@ static int

[FFmpeg-devel] [PATCH]ffplay: Mention codec_name if decoder for codec_id could not be found.

2018-05-28 Thread Carl Eugen Hoyos
Hi! Attached patch makes debugging a little easier imo. Please comment, Carl Eugen From 3fcc0904e3775ed2a7a797bce984f6c7393d5fd6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 29 May 2018 00:26:17 +0200 Subject: [PATCH] ffplay: Mention codec_name if decoder for codec_id could not