Re: [FFmpeg-devel] frma warnings in mov demuxer

2016-02-04 Thread Michael Niedermayer
On Thu, Feb 04, 2016 at 01:35:28PM +, Eran Kornblau wrote: > > after having updated our application to latest head, we get tons of > > annoying warnings like this one: > > > > [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102007800] ignoring 'frma' atom of 'mp4a', > > stream format is 'mp4a' > > > > Patch at

Re: [FFmpeg-devel] frma warnings in mov demuxer

2016-02-04 Thread Robert Krüger
On Thu, Feb 4, 2016 at 2:35 PM, Eran Kornblau wrote: > > after having updated our application to latest head, we get tons of > > annoying warnings like this one: > > > > [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102007800] ignoring 'frma' atom of 'mp4a', > > stream format is 'mp4a' > > > > Patch attached - it

Re: [FFmpeg-devel] frma warnings in mov demuxer

2016-02-04 Thread Eran Kornblau
> after having updated our application to latest head, we get tons of > annoying warnings like this one: > > [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102007800] ignoring 'frma' atom of 'mp4a', > stream format is 'mp4a' > Patch attached - it simply doesn't print the warning when the format contained in the

[FFmpeg-devel] frma warnings in mov demuxer

2016-02-04 Thread Robert Krüger
Hi, after having updated our application to latest head, we get tons of annoying warnings like this one: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102007800] ignoring 'frma' atom of 'mp4a', stream format is 'mp4a' Would someone reconsider making this a warning? If I understand it correctly the code now even