From f4c76e12f4ddafc552614027b175cf838c655140 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 5 Jul 2014 16:19:38 -0400 Subject: [PATCH] A/V api change. --- src/audio_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio_call.c b/src/audio_call.c index 7f98077..ad0fbe4 100644 --- a/src/audio_call.c +++ b/src/audio_call.c @@ -102,7 +102,7 @@ static void print_err (ToxWindow *self, uint8_t *error_str) ToxAv *init_audio(ToxWindow *self, Tox *tox) { 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;