Re: [FFmpeg-devel] [PATCH] avformat/ac3dec: detect fairplay encryption

2020-03-04 Thread Sebastian Hubbard
I knew this was an ABI change and probably wasn't going to be acceptable, but I decided to share it for consideration anyway. There's special code in av_probe_input_format3 to skip over id3 tags for the purposes of format detection, but Apple uses id3 tags to signal information for HLS audio only t

[FFmpeg-devel] [PATCH] avformat/ac3dec: detect fairplay encryption

2020-02-20 Thread Sebastian Hubbard
detect the stream type, even though it will not be playable. Signed-off-by: Sebastian Hubbard --- libavformat/ac3dec.c | 22 -- libavformat/avformat.h | 2 ++ libavformat/format.c | 6 -- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/libavformat