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