[vlmc-devel] commit: Frame: Fixing typo. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Fri Aug 20 00:55:08 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Aug 19 23:13:12 2010 +0200| [bcd0a33833679ced90f5c6c587459689b9054905] | committer: Hugo Beauzée-Luyssen 

Frame: Fixing typo.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=bcd0a33833679ced90f5c6c587459689b9054905
---

 src/Workflow/Types.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Workflow/Types.cpp b/src/Workflow/Types.cpp
index 7eb5de2..97a99dd 100644
--- a/src/Workflow/Types.cpp
+++ b/src/Workflow/Types.cpp
@@ -105,7 +105,7 @@ Frame::setBuffer( quint32 *buff )
 void
 Frame::resize( quint32 width, quint32 height )
 {
-    if ( width != m_width || height != height )
+    if ( width != m_width || height != m_height )
     {
         delete[] m_buffer;
         m_width = width;



More information about the Vlmc-devel mailing list