From b6209a3d4c29bbb88de5a77546f4d545883cc484 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 30 Aug 2013 19:22:29 -0700 Subject: Revert "Fix decoder EOS handling" This reverts commit 9da36a6c8df70a5c8179ac78fab33cfbb5078cb2. Bug: 10571297. Change-Id: I76f20fe34872ea54fce626077462fb86c8c3f02e --- media/libstagefright/codecs/mp3dec/SoftMP3.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'media/libstagefright/codecs/mp3dec/SoftMP3.h') diff --git a/media/libstagefright/codecs/mp3dec/SoftMP3.h b/media/libstagefright/codecs/mp3dec/SoftMP3.h index f9e7b53..4af91ea 100644 --- a/media/libstagefright/codecs/mp3dec/SoftMP3.h +++ b/media/libstagefright/codecs/mp3dec/SoftMP3.h @@ -61,8 +61,6 @@ private: bool mIsFirst; bool mSignalledError; - bool mSawInputEos; - bool mSignalledOutputEos; enum { NONE, -- cgit v1.1