Re: [FFmpeg-devel] [PATCH 2/2] Add experimental demuxing support for FLAC in ISO BMFF (MP4).

2016-11-21 Thread James Almer
On 11/1/2016 8:23 PM, Matthew Gregan wrote: > At 2016-11-01T18:07:07-0300, James Almer wrote: >> > Just include libavcodec/flac.h which already defines it. >> > >> > With the above header you'll also be able to use the inline function >> > flac_parse_block_header() for this. See flac and matroska

Re: [FFmpeg-devel] [PATCH 2/2] Add experimental demuxing support for FLAC in ISO BMFF (MP4).

2016-11-01 Thread Matthew Gregan
At 2016-11-01T18:07:07-0300, James Almer wrote: > Just include libavcodec/flac.h which already defines it. > > With the above header you'll also be able to use the inline function > flac_parse_block_header() for this. See flac and matroska demuxers. > > INVALIDDATA errors would ideally also

Re: [FFmpeg-devel] [PATCH 2/2] Add experimental demuxing support for FLAC in ISO BMFF (MP4).

2016-11-01 Thread James Almer
On 10/31/2016 3:27 AM, Matthew Gregan wrote: > Based on the draft spec at > https://git.xiph.org/?p=flac.git;a=blob;f=doc/isoflac.txt > > Signed-off-by: Matthew Gregan > --- > libavformat/mov.c | 41 + > 1 file changed, 41 insertions(+)

[FFmpeg-devel] [PATCH 2/2] Add experimental demuxing support for FLAC in ISO BMFF (MP4).

2016-10-31 Thread Matthew Gregan
Based on the draft spec at https://git.xiph.org/?p=flac.git;a=blob;f=doc/isoflac.txt Signed-off-by: Matthew Gregan --- libavformat/mov.c | 41 + 1 file changed, 41 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index