Re: [FFmpeg-devel] SBC codec reworked

2018-02-22 Thread Hendrik Leppkes
On Thu, Feb 22, 2018 at 3:33 AM, Carl Eugen Hoyos wrote: > 2018-02-21 23:37 GMT+01:00 Aurelien Jacobs : > >> I finnally came back to this SBC codec patchset. >> I made the changes to only have one CODEC_ID for both sbc and msbc. > > How is it possible to distinguish between them if they share > a

Re: [FFmpeg-devel] SBC codec reworked

2018-02-21 Thread Carl Eugen Hoyos
2018-02-21 23:37 GMT+01:00 Aurelien Jacobs : > I finnally came back to this SBC codec patchset. > I made the changes to only have one CODEC_ID for both sbc and msbc. How is it possible to distinguish between them if they share a codec_id? Carl Eugen __