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

Commit 32b5a7ee authored by Dave Burke's avatar Dave Burke Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Poll input data with a small timeout and don't consume a...

Merge "DO NOT MERGE Poll input data with a small timeout and don't consume a full core." into ics-mr0
parents 3d708451 efa4015a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ void NuPlayer::onMessageReceived(const sp<AMessage> &msg) {

                if (err == -EWOULDBLOCK) {
                    if (mSource->feedMoreTSData() == OK) {
                        msg->post();
                        msg->post(10000ll);
                    }
                }
            } else if (what == ACodec::kWhatEOS) {