mirror of https://github.com/mpv-player/mpv
AAC support (aac-hbr only)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25132 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8b03e2ecce
commit
2978db1577
|
@ -37,6 +37,7 @@ typedef struct {
|
|||
MIMEto4CC supported_audio[NMS_MAX_FORMATS] = {
|
||||
{"MPA", 0x55},
|
||||
{"vorbis", mmioFOURCC('v','r','b','s')},
|
||||
{"mpeg4-generic", mmioFOURCC('M','P','4','A')},
|
||||
{NULL, 0},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue