mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec: add profile define for DTS Express
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
77bd35d76d
commit
11fe56c8bb
|
@ -2851,6 +2851,7 @@ typedef struct AVCodecContext {
|
|||
#define FF_PROFILE_DTS_96_24 40
|
||||
#define FF_PROFILE_DTS_HD_HRA 50
|
||||
#define FF_PROFILE_DTS_HD_MA 60
|
||||
#define FF_PROFILE_DTS_EXPRESS 70
|
||||
|
||||
#define FF_PROFILE_MPEG2_422 0
|
||||
#define FF_PROFILE_MPEG2_HIGH 1
|
||||
|
|
Loading…
Reference in New Issue