On Sat, Jan 06, 2018 at 05:48:08PM +0100, Aurelien Jacobs wrote:
> ---
> Changelog | 2 +-
> libavformat/Makefile | 2 ++
> libavformat/allformats.c | 1 +
> libavformat/aptxdec.c | 51
> ++++++++++++++++++++++++++++++++++++++++++++----
> libavformat/rawenc.c | 13 ++++++++++++
> 5 files changed, 64 insertions(+), 5 deletions(-)
[...]
> @@ -66,6 +94,7 @@ static const AVClass aptx_demuxer_class = {
> .version = LIBAVUTIL_VERSION_INT,
> };
>
> +#if CONFIG_APTX_MUXER
> AVInputFormat ff_aptx_demuxer = {
> .name = "aptx",
> .long_name = NULL_IF_CONFIG_SMALL("raw aptX"),
> @@ -76,3 +105,17 @@ AVInputFormat ff_aptx_demuxer = {
> .flags = AVFMT_GENERIC_INDEX,> .priv_class = &aptx_demuxer_class, [...] > + .priv_class = &aptx_demuxer_class, this cause the code (for example fate) to infinite loop [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
