Add QtAV Output

This commit is contained in:
Florian Märkl 2019-06-08 15:34:44 +02:00
commit 26b2d57fcb
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 190 additions and 6 deletions

View file

@ -570,7 +570,7 @@ static void nagare_takion_av(ChiakiTakionAVPacket *header, uint8_t *buf, size_t
if(header->codec == 5/*buf[0] == 0xf4 && buf_size >= 0x50*/)
{
//CHIAKI_LOGD(nagare->log, "audio!\n");
chiaki_audio_receiver_frame_packet(nagare->session->audio_receiver, buf, 0x50); // TODO: why 0x50?
chiaki_audio_receiver_frame_packet(nagare->session->audio_receiver, buf, 0x50); // TODO: why 0x50? this is dangerous!!!
}
else
{