[vlmc-devel] commit: AudioClipWorkflow: Fixing regression introduced by previous commit. ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sun Aug 22 22:54:22 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Aug 22 19:51:14 2010 +0200| [38ae1abbc7aa560fbfb264873f91bd55c0b16a5b] | committer: Hugo Beauzée-Luyssen
AudioClipWorkflow: Fixing regression introduced by previous commit.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=38ae1abbc7aa560fbfb264873f91bd55c0b16a5b
---
src/Workflow/AudioClipWorkflow.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/Workflow/AudioClipWorkflow.cpp b/src/Workflow/AudioClipWorkflow.cpp
index 9eb8652..cdb7564 100644
--- a/src/Workflow/AudioClipWorkflow.cpp
+++ b/src/Workflow/AudioClipWorkflow.cpp
@@ -27,7 +27,8 @@
#include "Workflow/Types.h"
AudioClipWorkflow::AudioClipWorkflow( ClipHelper *ch ) :
- ClipWorkflow( ch )
+ ClipWorkflow( ch ),
+ m_lastReturnedBuffer( NULL )
{
m_ptsOffset = 0;
}
More information about the Vlmc-devel
mailing list