Re: [FFmpeg-devel] [PATCH] fate: add fate-adts-id3v1-demux

2017-06-05 Thread James Almer
On 6/5/2017 11:33 AM, Hendrik Leppkes wrote: > On Mon, Jun 5, 2017 at 4:29 PM, James Almer wrote: >> On 6/4/2017 8:49 PM, Michael Niedermayer wrote: >>> On Sun, Jun 04, 2017 at 01:08:39PM -0300, James Almer wrote: This test the demuxer discarding non ADTS frames at the beginning and end

Re: [FFmpeg-devel] [PATCH] fate: add fate-adts-id3v1-demux

2017-06-05 Thread Hendrik Leppkes
On Mon, Jun 5, 2017 at 4:29 PM, James Almer wrote: > On 6/4/2017 8:49 PM, Michael Niedermayer wrote: >> On Sun, Jun 04, 2017 at 01:08:39PM -0300, James Almer wrote: >>> This test the demuxer discarding non ADTS frames at the beginning and >>> end of the input. >>> >>> As a side effect, this commit

Re: [FFmpeg-devel] [PATCH] fate: add fate-adts-id3v1-demux

2017-06-05 Thread James Almer
On 6/4/2017 8:49 PM, Michael Niedermayer wrote: > On Sun, Jun 04, 2017 at 01:08:39PM -0300, James Almer wrote: >> This test the demuxer discarding non ADTS frames at the beginning and >> end of the input. >> >> As a side effect, this commit also enables fate-adts-demux, which was >> accidentally di

Re: [FFmpeg-devel] [PATCH] fate: add fate-adts-id3v1-demux

2017-06-04 Thread Michael Niedermayer
On Sun, Jun 04, 2017 at 01:08:39PM -0300, James Almer wrote: > This test the demuxer discarding non ADTS frames at the beginning and > end of the input. > > As a side effect, this commit also enables fate-adts-demux, which was > accidentally disabled in 324f0fbff1245f9e9e1dda29ecb03138a2de287d. >

Re: [FFmpeg-devel] [PATCH] fate: add fate-adts-id3v1-demux

2017-06-04 Thread James Almer
On 6/4/2017 1:08 PM, James Almer wrote: > This test the demuxer discarding non ADTS frames at the beginning and > end of the input. > > As a side effect, this commit also enables fate-adts-demux, which was > accidentally disabled in 324f0fbff1245f9e9e1dda29ecb03138a2de287d. > > Signed-off-by: Jam

[FFmpeg-devel] [PATCH] fate: add fate-adts-id3v1-demux

2017-06-04 Thread James Almer
This test the demuxer discarding non ADTS frames at the beginning and end of the input. As a side effect, this commit also enables fate-adts-demux, which was accidentally disabled in 324f0fbff1245f9e9e1dda29ecb03138a2de287d. Signed-off-by: James Almer --- Sample is in http://0x0.st/6gI.aac Shou