mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-29 02:50:30 +08:00
Direct Stream Digital (DSD) decoder
Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
add5d7a8ce
commit
5f4f9ee99f
@@ -489,6 +489,10 @@ enum AVCodecID {
|
||||
AV_CODEC_ID_TAK = MKBETAG('t','B','a','K'),
|
||||
AV_CODEC_ID_EVRC = MKBETAG('s','e','v','c'),
|
||||
AV_CODEC_ID_SMV = MKBETAG('s','s','m','v'),
|
||||
AV_CODEC_ID_DSD_LSBF = MKBETAG('D','S','D','L'),
|
||||
AV_CODEC_ID_DSD_MSBF = MKBETAG('D','S','D','M'),
|
||||
AV_CODEC_ID_DSD_LSBF_PLANAR = MKBETAG('D','S','D','1'),
|
||||
AV_CODEC_ID_DSD_MSBF_PLANAR = MKBETAG('D','S','D','8'),
|
||||
|
||||
/* subtitle codecs */
|
||||
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.
|
||||
|
||||
Reference in New Issue
Block a user