Rename renderFrameAtVsync() to renderFrame() in preparation for further refactoring

This commit is contained in:
Cameron Gutman
2019-02-15 19:31:01 -08:00
parent 6cab2bec61
commit 81c6202582
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
}
// Caller frees frame after we return
virtual void renderFrameAtVsync(AVFrame* frame) override
virtual void renderFrame(AVFrame* frame) override
{
OSStatus status;
CVPixelBufferRef pixBuf = reinterpret_cast<CVPixelBufferRef>(frame->data[3]);