[FFmpeg-devel] [PATCH]Only show "Codec is not in the full list" warning for id != 0

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Aug 19 13:05:02 CEST 2012


Nicolas George <nicolas.george <at> normalesup.org> writes:

> IIRC, the previous implementation would
> return "none" for CODEC_ID_NONE, so I guess:
> 
>     if (id == AV_CODEC_ID_NONE)
> 	return "none";
> 
> would be more backward compatible.

Looks good to me, please commit.

Carl Eugen



More information about the ffmpeg-devel mailing list