Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-19 Thread Carl Eugen Hoyos
Hi James! > Am 18.08.2016 um 06:47 schrieb James Almer : > >> On 8/17/2016 1:14 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> 2016-08-17 17:32 GMT+02:00 Michael Niedermayer : +av_opt_get(s->pb, "mime_type", AV_OPT_SEARCH_CHILDREN, _type); +

Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-18 Thread James Almer
On 8/17/2016 1:14 PM, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-17 17:32 GMT+02:00 Michael Niedermayer : >>> +av_opt_get(s->pb, "mime_type", AV_OPT_SEARCH_CHILDREN, _type); >>> +if (mime_type && s->iformat->mime_type) { >>> +int rate = 0, channels = 0; >>>

Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-17 Thread Carl Eugen Hoyos
Hi! 2016-08-17 17:32 GMT+02:00 Michael Niedermayer : >> +av_opt_get(s->pb, "mime_type", AV_OPT_SEARCH_CHILDREN, _type); >> +if (mime_type && s->iformat->mime_type) { >> +int rate = 0, channels = 0; >> +size_t len = strlen(s->iformat->mime_type); >>

Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-17 Thread Michael Niedermayer
On Tue, Aug 09, 2016 at 12:51:30AM +0200, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-05 12:44 GMT+02:00 Nicolas George : > > Le nonidi 19 thermidor, an CCXXIV, Carl Eugen Hoyos a écrit : > >> Hi! > >> > >> Attached patch implements RFC 2586. > >> > >> Please comment, Carl Eugen >

Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-08 Thread Carl Eugen Hoyos
Hi! 2016-08-05 12:44 GMT+02:00 Nicolas George : > Le nonidi 19 thermidor, an CCXXIV, Carl Eugen Hoyos a écrit : >> Hi! >> >> Attached patch implements RFC 2586. >> >> Please comment, Carl Eugen > >> From ba470c643c836826d75854e3e3539eb09ddd288a Mon Sep 17 00:00:00 2001 >> From:

Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-05 Thread Nicolas George
Le nonidi 19 thermidor, an CCXXIV, Carl Eugen Hoyos a écrit : > Hi! > > Attached patch implements RFC 2586. > > Please comment, Carl Eugen > From ba470c643c836826d75854e3e3539eb09ddd288a Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Fri, 5 Aug 2016 12:22:17 +0200

[FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-05 Thread Carl Eugen Hoyos
Hi! Attached patch implements RFC 2586. Please comment, Carl Eugen From ba470c643c836826d75854e3e3539eb09ddd288a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 5 Aug 2016 12:22:17 +0200 Subject: [PATCH] lavf/pcmdec: Map mime_type audio/L16 to s16le as specified in