Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Merge change Ie4968a76 into eclair
Browse files Browse the repository at this point in the history
* changes:
  [RIO-7925] Mp4 composer node File writer hang issue while running stress test.
  • Loading branch information
Android (Google) Code Review committed Nov 5, 2009
2 parents a4fb1b4 + e4968a7 commit 537674d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nodes/pvmp4ffcomposernode/src/pvmp4ffcn_node.cpp
Expand Up @@ -19,7 +19,6 @@
* @file pvmp4ffcn_node.cpp
* @brief Node for PV MPEG4 file format composer
*/
#undef ANDROID
#ifdef ANDROID
// #define LOG_NDEBUG 0
#define LOG_TAG "PvMp4Composer"
Expand Down Expand Up @@ -70,7 +69,7 @@ class FragmentWriter: public Thread
FragmentWriter(PVMp4FFComposerNode *composer) :
Thread(kThreadCallJava), mSize(0), mEnd(mBuffer + kCapacity),
mFirst(mBuffer), mLast(mBuffer), mComposer(composer),
mPrevWriteStatus(PVMFPending), mTid(NULL), mDropped(0), mExitRequested(false) {}
mPrevWriteStatus(PVMFSuccess), mTid(NULL), mDropped(0), mExitRequested(false) {}

virtual ~FragmentWriter()
{
Expand Down

0 comments on commit 537674d

Please sign in to comment.