[FFmpeg-devel] [PATCH v3] Add support for playing Audible AAXC (.aaxc) files

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Oct 31 13:55:29 EET 2020


Am Mi., 8. Apr. 2020 um 05:59 Uhr schrieb Vesselin Bontchev
<vesselin.bontchev at yandex.com>:

> +static int mov_aaxc_crypto(MOVContext *c)

This function does return error codes in some cases
but they are ignored in the calling function.

> +fail:
> +
> +    return ret;

This does not look like a useful hunk to me, use a
fail block if cleanup is necessary.

The comments in the function do not look useful to me.

Carl Eugen


More information about the ffmpeg-devel mailing list