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

Commit 0a24726a authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 8836f8e0: am 5b15adfe: Merge "MPEG2TSWriter: Read more immediately if an...

am 8836f8e0: am 5b15adfe: Merge "MPEG2TSWriter: Read more immediately if an empty buffer is received"

* commit '8836f8e0':
  MPEG2TSWriter: Read more immediately if an empty buffer is received
parents 55fb8470 8836f8e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -419,6 +419,8 @@ void MPEG2TSWriter::SourceInfo::onMessageReceived(const sp<AMessage> &msg) {
                    } else {
                        postAVCFrame(buffer);
                    }
                } else {
                    readMore();
                }

                buffer->release();