]> git.sesse.net Git - nageru/blobdiff - futatabi/frame_on_disk.h
Add audio output when playing at 100% speed.
[nageru] / futatabi / frame_on_disk.h
index 360bd23ce1222271cfef1f82df5006de0b141a60..35f375bb78ef37a6522b351cea981e4a0643bf4e 100644 (file)
@@ -46,7 +46,7 @@ public:
                std::string video;
                std::string audio;
        };
-       Frame read_frame(FrameOnDisk frame, bool read_audio);
+       Frame read_frame(FrameOnDisk frame, bool read_video, bool read_audio);
 
 private:
        int fd = -1;