Go to the documentation of this file.
11 #ifndef __PSPUTILITY_AVMODULES_H__
12 #define __PSPUTILITY_AVMODULES_H__
20 #define PSP_AV_MODULE_AVCODEC 0
21 #define PSP_AV_MODULE_SASCORE 1
22 #define PSP_AV_MODULE_ATRAC3PLUS 2 // Requires PSP_AV_MODULE_AVCODEC loading first
23 #define PSP_AV_MODULE_MPEGBASE 3 // Requires PSP_AV_MODULE_AVCODEC loading first
24 #define PSP_AV_MODULE_MP3 4
25 #define PSP_AV_MODULE_VAUDIO 5
26 #define PSP_AV_MODULE_AAC 6
27 #define PSP_AV_MODULE_G729 7