Make WordPress Core

Ticket #49097: module.audio.mp3.diff

File module.audio.mp3.diff, 716 bytes (added by utsav72640, 6 years ago)

wp-includes/ID3/module.audio.mp3.php

  • wp-includes/ID3/module.audio.mp3.php

    diff --git a/wp-includes/ID3/module.audio.mp3.php b/wp-includes/ID3/module.audio.mp3.php
    index 4bd75a0219..67aa5d09fa 100644
    a b class getid3_mp3 extends getid3_handler 
    646646                                //116..119  VBR Scale
    647647
    648648
    649                                 // should be safe to leave this at 'vbr' and let it be overriden to 'cbr' if a CBR preset/mode is used by LAME
     649                                // should be safe to leave this at 'vbr' and let it be overridden to 'cbr' if a CBR preset/mode is used by LAME
    650650//                              if (substr($headerstring, $VBRidOffset, strlen('Info')) == 'Xing') {
    651651                                        $thisfile_mpeg_audio['bitrate_mode'] = 'vbr';
    652652                                        $thisfile_mpeg_audio['VBR_method']   = 'Xing';