diff options
author | Paul B Mahol | 2017-01-25 13:33:52 +0100 |
---|---|---|
committer | Paul B Mahol | 2017-02-11 12:00:38 +0100 |
commit | 280a40dd2739e9a23bf6372752dcd133ff36e149 (patch) | |
tree | 95e116d64a70560c95d4c6979ef1af7edbecadf3 /libavformat/oma.h | |
parent | d96ebc5ef88024869de06bcf92b2ad99b01d47e3 (diff) |
avcodec: add ATRAC Advanced Lossless decoders
Only lossy part is decoded for now.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/oma.h')
-rw-r--r-- | libavformat/oma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/oma.h b/libavformat/oma.h index e2a187bacc..36fd0125e4 100644 --- a/libavformat/oma.h +++ b/libavformat/oma.h @@ -35,6 +35,8 @@ enum { OMA_CODECID_MP3 = 3, OMA_CODECID_LPCM = 4, OMA_CODECID_WMA = 5, + OMA_CODECID_ATRAC3PAL = 33, + OMA_CODECID_ATRAC3AL = 34, }; extern const uint16_t ff_oma_srate_tab[8]; |