Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-01-25 15:33:52 +0300
committerPaul B Mahol <onemda@gmail.com>2017-02-11 14:00:38 +0300
commit280a40dd2739e9a23bf6372752dcd133ff36e149 (patch)
tree95e116d64a70560c95d4c6979ef1af7edbecadf3 /libavformat/oma.h
parentd96ebc5ef88024869de06bcf92b2ad99b01d47e3 (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.h2
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];