X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foma.h;h=36fd0125e49f5e67ad5f87e1c85b18d157503483;hb=2b9f92fcc5486361b63c4fab5a24c222dc8969ef;hp=e2a187baccfae6dfcd56eaa0a3aa8c8eb94c9dd1;hpb=566bfd59c963938e183d523be9216b3f95ad8a09;p=ffmpeg diff --git a/libavformat/oma.h b/libavformat/oma.h index e2a187baccf..36fd0125e49 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];