Re: [FFmpeg-devel] [PATCH v2] lavf/mov: Audio and AV_CODEC_ID_NONE

2016-01-06 Thread Mats Peterson
On 01/05/2016 06:45 AM, Mats Peterson wrote: Simplified the patch somewhat. Description follows: In many older QuickTime files, the audio format, or "fourcc", is 0x (AV_CODEC_ID_NONE). The QuickTime File Format Specification states the following regarding this situation: "This format de

Re: [FFmpeg-devel] [PATCH v2] lavf/mov: Audio and AV_CODEC_ID_NONE

2016-01-04 Thread Mats Peterson
On 01/05/2016 07:16 AM, Ganesh Ajjanagadde wrote: Sorry, my gmail webmail does not seem to handle this correctly. Ah, OK! Mats ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2] lavf/mov: Audio and AV_CODEC_ID_NONE

2016-01-04 Thread Ganesh Ajjanagadde
On Mon, Jan 4, 2016 at 10:09 PM, Mats Peterson wrote: > On 01/05/2016 07:05 AM, Ganesh Ajjanagadde wrote: >> >> On Mon, Jan 4, 2016 at 9:45 PM, Mats Peterson >> wrote: >>> >>> Simplified the patch somewhat. Description follows: >>> >>> In many older QuickTime files, the audio format, or "fourcc",

Re: [FFmpeg-devel] [PATCH v2] lavf/mov: Audio and AV_CODEC_ID_NONE

2016-01-04 Thread Mats Peterson
On 01/05/2016 07:05 AM, Ganesh Ajjanagadde wrote: On Mon, Jan 4, 2016 at 9:45 PM, Mats Peterson wrote: Simplified the patch somewhat. Description follows: In many older QuickTime files, the audio format, or "fourcc", is 0x (AV_CODEC_ID_NONE). The QuickTime File Format Specification sta

Re: [FFmpeg-devel] [PATCH v2] lavf/mov: Audio and AV_CODEC_ID_NONE

2016-01-04 Thread Ganesh Ajjanagadde
On Mon, Jan 4, 2016 at 9:45 PM, Mats Peterson wrote: > Simplified the patch somewhat. Description follows: > > In many older QuickTime files, the audio format, or "fourcc", is > 0x (AV_CODEC_ID_NONE). The QuickTime File Format Specification > states the following regarding this situation:

[FFmpeg-devel] [PATCH v2] lavf/mov: Audio and AV_CODEC_ID_NONE

2016-01-04 Thread Mats Peterson
Simplified the patch somewhat. Description follows: In many older QuickTime files, the audio format, or "fourcc", is 0x (AV_CODEC_ID_NONE). The QuickTime File Format Specification states the following regarding this situation: "This format descriptor should not be used, but may be found