1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(video): remove old unnecessary comment pertaining to removed code

This commit is contained in:
initramfs 2016-08-04 06:42:32 +08:00
parent c4f88df7c9
commit 607b8d5a20
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF

View File

@ -360,7 +360,6 @@ void CoreAV::sendCallVideo(uint32_t callId, std::shared_ptr<VideoFrame> vframe)
call.nullVideoBitrate = false;
}
// This frame shares vframe's buffers, we don't call vpx_img_free but just delete it
ToxYUVFrame frame = vframe->toToxAVFrame();
if(frame.width == 0 || frame.height == 0)