Browse Source

ac3: update AC3PreferredStereoDownmixMode.

'11b' is reserved in the A/52 specification,
but newer encoders use it to indicate a Dolby
Pro Logic II compatible Lt/Rt downmix.
tags/n2.2-rc1
Tim Walker 11 years ago
parent
commit
9c0e4b3395
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ac3.h

+ 1
- 1
libavcodec/ac3.h View File

@@ -109,7 +109,7 @@ typedef enum AC3PreferredStereoDownmixMode {
AC3_DMIXMOD_NOTINDICATED = 0,
AC3_DMIXMOD_LTRT,
AC3_DMIXMOD_LORO,
AC3_DMIXMOD_RESERVED
AC3_DMIXMOD_DPLII // reserved value in A/52, but used by encoders to indicate DPL2
} AC3PreferredStereoDownmixMode;

typedef struct AC3BitAllocParameters {


Loading…
Cancel
Save