Re: [FFmpeg-devel] [PATCH] fate: add aac id3v2 demux test

2018-02-12 Thread wm4
On Sat, 3 Feb 2018 23:24:45 -0800 rshaf...@tunein.com wrote: > From: Richard Shaffer > > A basic test for demuxing raw AAC (ADTS) with ID3v2 tags. > --- > This is related to the patch 'libavformat/aac: Parse ID3 tags between ADTS > frames', and will fail without it. The test file contains an ID

Re: [FFmpeg-devel] [PATCH] fate: add aac id3v2 demux test

2018-02-09 Thread wm4
On Sat, 3 Feb 2018 23:25:56 -0800 Richard Shaffer wrote: > Attaching sample file for the test. > > -Richard > > On Sat, Feb 3, 2018 at 11:24 PM, wrote: > > From: Richard Shaffer > > > > A basic test for demuxing raw AAC (ADTS) with ID3v2 tags. > > --- > > This is related to the patch 'libavf

Re: [FFmpeg-devel] [PATCH] fate: add aac id3v2 demux test

2018-02-03 Thread Richard Shaffer
Attaching sample file for the test. -Richard On Sat, Feb 3, 2018 at 11:24 PM, wrote: > From: Richard Shaffer > > A basic test for demuxing raw AAC (ADTS) with ID3v2 tags. > --- > This is related to the patch 'libavformat/aac: Parse ID3 tags between ADTS > frames', and will fail without it. The