Opened 2 years ago

#9574 new defect

-profile option only accepts numeric values for aac_at encoder

Reported by: Markus Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

The definition of

static const AVOption options[] = {

misses the line

FF_AAC_PROFILE_OPTS

so profile names cannot be mapped to numbers. When specified as numeric values, the profiles work just fine, e.g. 4 works as aac_he and 28 as aac_he_v2

Change History (0)

Note: See TracTickets for help on using tickets.