1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-29 05:15:37 +02:00

A/V api change.

This commit is contained in:
irungentoo 2014-07-05 16:19:38 -04:00
parent 3fa8c4be0b
commit f4c76e12f4

View File

@ -102,7 +102,7 @@ static void print_err (ToxWindow *self, uint8_t *error_str)
ToxAv *init_audio(ToxWindow *self, Tox *tox) ToxAv *init_audio(ToxWindow *self, Tox *tox)
{ {
ASettins.cs = av_DefaultSettings; ASettins.cs = av_DefaultSettings;
ASettins.cs.video_height = ASettins.cs.video_width = 0; ASettins.cs.max_video_height = ASettins.cs.max_video_width = 0;
ASettins.errors = ae_None; ASettins.errors = ae_None;