]> git.sesse.net Git - nageru/blobdiff - ref_counted_frame.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / ref_counted_frame.cpp
index 047858115df5c55c4abbbe664f0f36f925321387..07990179549c91128668e6119cd519873b46ec6e 100644 (file)
@@ -1,6 +1,8 @@
 #include "ref_counted_frame.h"
 
-void release_refcounted_frame(FrameAllocator::Frame *frame)
+#include <bmusb/bmusb.h>
+
+void release_refcounted_frame(bmusb::FrameAllocator::Frame *frame)
 {
        if (frame->owner) {
                frame->owner->release_frame(*frame);