Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f31b173d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark WAV extractor for single buffers"

parents 0a2fc30b caa77efe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ struct WAVSource : public MediaTrackHelper {
    virtual media_status_t read(
            MediaBufferHelper **buffer, const ReadOptions *options = NULL);

    bool supportsNonBlockingRead() override { return true; }
    bool supportsNonBlockingRead() override { return false; }

protected:
    virtual ~WAVSource();