GNOME Bugzilla – Bug 752107
aacparse: remove channel value checking in adts
Last modified: 2015-07-08 13:58:29 UTC
some case(TV streaming service) use Channel Configuration to 0. wiki and ISO IEC 14496-3 says that channel 0 is specific defined channel i want to know that it is need or not.
Created attachment 307053 [details] [review] remove channel value check in adts
Doesn't it mean that with channels==0, the channel mapping is provided elsewhere in the ADTS header?
i thinks thant "channels == 0" is also ADTS frame. in this case, it does not a detect as a ADTS. Channel Configurations These are the channel configurations: 0: Defined in AOT Specifc Config 1: 1 channel: front-center 2: 2 channels: front-left, front-right 3: 3 channels: front-center, front-left, front-right 4: 4 channels: front-center, front-left, front-right, back-center 5: 5 channels: front-center, front-left, front-right, back-left, back-right 6: 6 channels: front-center, front-left, front-right, back-left, back-right, LFE-channel 7: 8 channels: front-center, front-left, front-right, side-left, side-right, back-left, back-right, LFE-channel 8-15: Reserved
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 721697 ***