Work on demuxer, ffmpeg libs linked

This commit is contained in:
Nekotekina 2014-02-24 04:00:42 +04:00
parent 8df7f49b55
commit a14276abf1
7 changed files with 725 additions and 34 deletions

View file

@ -298,7 +298,7 @@ int cellAudioInit()
m_config.m_indexes = Memory.Alloc(sizeof(u64) * m_config.AUDIO_PORT_COUNT, 16);
memset(Memory + m_config.m_indexes, 0, sizeof(u64) * m_config.AUDIO_PORT_COUNT);
thread t("AudioThread", []()
thread t("Audio Thread", []()
{
WAVHeader header(2); // WAV file header (stereo)