Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 97
View file
ffx264-3.7.8.tar.gz/ffx264
Changed
@@ -3025,11 +3025,12 @@ aac) get_audio_profile_func case "${GETAUDPROF[i]}" in - LC) GETAUDCDC[i]="LC-AAC" ;; - HE-AAC) GETAUDCDC[i]="HE-AAC" ;; - HE-AACv2) GETAUDCDC[i]="HE-AACv2" ;; - LD-AAC|LD) GETAUDCDC[i]="LD-AAC" ;; - *) GETAUDCDC[i]="$(echo "${GETAUDCDC[i]}" | tr '[a-z]' '[A-Z]')" ;; + LC|LC-AAC) GETAUDCDC[i]="LC-AAC" ;; + HE|HE-AAC) GETAUDCDC[i]="HE-AAC" ;; + HEv2|HE-AACv2) GETAUDCDC[i]="HE-AACv2" ;; + LD|LD-AAC) GETAUDCDC[i]="LD-AAC" ;; + ""|N/A) GETAUDCDC[i]="AAC" ;; + *) GETAUDCDC[i]="$(echo "${GETAUDPROF[i]}" | tr '[a-z]' '[A-Z]')" ;; esac ;; mp3) GETAUDCDC[i]="MP3" ;;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.