[FFmpeg-trac] #3361(avcodec:new): aac_he mono not recogized (reported as stereo)

FFmpeg trac at avcodec.org
Tue Jun 22 14:28:32 EEST 2021


#3361: aac_he mono not recogized (reported as stereo)
-------------------------------------+-------------------------------------
             Reporter:  Christian    |                    Owner:  (none)
  Ebert                              |
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  aac          |               Blocked By:
  regression                         |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by cauchyschwarz):

 It seems to be related to this piece of code:
 {{{
 else if (ac->oc[1].m4ac.ps == -1 && ac->oc[1].status < OC_LOCKED &&
 ac->avctx->channels == 1) {
             ac->oc[1].m4ac.sbr = 1;
             ac->oc[1].m4ac.ps = 1;
             ac->avctx->profile = FF_PROFILE_AAC_HE_V2;
             output_configure(ac, ac->oc[1].layout_map,
 ac->oc[1].layout_map_tags,
                              ac->oc[1].status, 1);
         }
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/3361#comment:22>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list