Browse Source

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

reviewable/pr3185/r11
initramfs 9 years ago
parent
commit
607b8d5a20
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF
  1. 1
      src/core/coreav.cpp

1
src/core/coreav.cpp

@ -360,7 +360,6 @@ void CoreAV::sendCallVideo(uint32_t callId, std::shared_ptr<VideoFrame> vframe) @@ -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)

Loading…
Cancel
Save