Re: [FFmpeg-devel] [PATCH]lavf/isom: Remove an incorrect codec point for WMAv2

2017-04-12 Thread Carl Eugen Hoyos
2017-03-28 23:57 GMT+02:00 Carl Eugen Hoyos : > Hi! > > libavformat contains a codec point for WMAv2 for many years, it allows to > write undecodable files but does not allow to decode existing (flip4mac) > files. > I believe the flip4mac files should be read differently, without using > the code p

Re: [FFmpeg-devel] [PATCH]lavf/isom: Remove an incorrect codec point for WMAv2

2017-03-29 Thread Carl Eugen Hoyos
2017-03-29 23:36 GMT+02:00 Paul B Mahol : > On 3/28/17, Carl Eugen Hoyos wrote: >> Hi! >> >> libavformat contains a codec point for WMAv2 for many years, it allows to >> write undecodable files but does not allow to decode existing (flip4mac) >> files. >> I believe the flip4mac files should be rea

Re: [FFmpeg-devel] [PATCH]lavf/isom: Remove an incorrect codec point for WMAv2

2017-03-29 Thread Paul B Mahol
On 3/28/17, Carl Eugen Hoyos wrote: > Hi! > > libavformat contains a codec point for WMAv2 for many years, it allows to > write undecodable files but does not allow to decode existing (flip4mac) > files. > I believe the flip4mac files should be read differently, without using > the code point. > >

[FFmpeg-devel] [PATCH]lavf/isom: Remove an incorrect codec point for WMAv2

2017-03-28 Thread Carl Eugen Hoyos
Hi! libavformat contains a codec point for WMAv2 for many years, it allows to write undecodable files but does not allow to decode existing (flip4mac) files. I believe the flip4mac files should be read differently, without using the code point. Please comment, Carl Eugen From 05f8ac8e0d583eeb2