diff options
| author | Michael Forney <mforney@mforney.org> | 2023-03-02 23:31:55 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-03-02 23:31:55 -0800 |
| commit | 0b6344ce575ab01e31c9460c9c14a5b68bc11992 (patch) | |
| tree | a1587ede0369568b13a560024bf0de0eb8ddb1e6 /pkg/ffmpeg | |
| parent | cdcbfad9dbde9c4f55b0e0991a42303e262b96c6 (diff) | |
ffmpeg: Enable VC1 and DCA parsers
Diffstat (limited to 'pkg/ffmpeg')
| -rw-r--r-- | pkg/ffmpeg/config_components.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/ffmpeg/config_components.h b/pkg/ffmpeg/config_components.h index c7be339d..474f142d 100644 --- a/pkg/ffmpeg/config_components.h +++ b/pkg/ffmpeg/config_components.h @@ -939,7 +939,7 @@ #define CONFIG_CAVSVIDEO_PARSER 0 #define CONFIG_COOK_PARSER 0 #define CONFIG_CRI_PARSER 0 -#define CONFIG_DCA_PARSER 0 +#define CONFIG_DCA_PARSER 1 #define CONFIG_DIRAC_PARSER 0 #define CONFIG_DNXHD_PARSER 0 #define CONFIG_DOLBY_E_PARSER 0 @@ -976,7 +976,7 @@ #define CONFIG_SBC_PARSER 0 #define CONFIG_SIPR_PARSER 0 #define CONFIG_TAK_PARSER 0 -#define CONFIG_VC1_PARSER 0 +#define CONFIG_VC1_PARSER 1 #define CONFIG_VORBIS_PARSER 0 #define CONFIG_VP3_PARSER 0 #define CONFIG_VP8_PARSER 0 |
