Loading media/codec2/sfplugin/CCodecBufferChannel.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1747,8 +1747,8 @@ bool CCodecBufferChannel::handleWork( } } } } if (!buffer && !flags && outputFormat == nullptr) { if (!buffer && !flags) { ALOGV("[%s] onWorkDone: nothing to report from the work (%lld)", ALOGV("[%s] onWorkDone: Not reporting output buffer (%lld)", mName, work->input.ordinal.frameIndex.peekull()); mName, work->input.ordinal.frameIndex.peekull()); return true; return true; } } Loading Loading
media/codec2/sfplugin/CCodecBufferChannel.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1747,8 +1747,8 @@ bool CCodecBufferChannel::handleWork( } } } } if (!buffer && !flags && outputFormat == nullptr) { if (!buffer && !flags) { ALOGV("[%s] onWorkDone: nothing to report from the work (%lld)", ALOGV("[%s] onWorkDone: Not reporting output buffer (%lld)", mName, work->input.ordinal.frameIndex.peekull()); mName, work->input.ordinal.frameIndex.peekull()); return true; return true; } } Loading