[FFmpeg-devel] [PATCH 5/5] aptx: add raw muxer and demuxer for aptX HD

Michael Niedermayer michael at niedermayer.cc
Sun Jan 7 01:53:27 EET 2018


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180107/ea3c8c8b/attachment.sig>


More information about the ffmpeg-devel mailing list