[FFmpeg-devel] [PATCH] cmdutils: fix printing of codecs

James Almer jamrial at gmail.com
Thu Feb 8 02:35:24 EET 2018


On 2/7/2018 9:32 PM, Michael Niedermayer wrote:
> On Wed, Feb 07, 2018 at 09:07:39PM +0000, Josh de Kock wrote:
>> Yes, my bad. It looked like it worked initially (was more
>> worried about getting a fix out quickly), but it didnt. Try this one.
>>
>> ---
>>  fftools/cmdutils.c | 104 +++++++++++++++++++++++++++++------------------------
>>  1 file changed, 58 insertions(+), 46 deletions(-)
> 
> I dont know if this is supposed to fix the other lists
> but
> ./ffmpeg -demuxers
> still returns nonsense with this patch
> 
> File formats:
>  D. = Demuxing supported
>  .E = Muxing supported
>  --
>   E 3dostr          3DO STR
>   E 4xm             4X Technologies
> ...
> a while ago this was returned:
> 
> File formats:
>  D. = Demuxing supported
>  .E = Muxing supported
>  --
>  D  3dostr          3DO STR
>  D  4xm             4X Technologies

Perhaps cdc78058c78dfa4966758a342acd2c1f3b282c46 should be reverted
then. If the new API may actually get changed in the coming days once
some consensus is reached then there's no point trying to get this
working with things as is.


More information about the ffmpeg-devel mailing list