CVSROOT: /sources/gnash
Module name: gnash
Changes by: Vitaly Alexeev <alexeev> 06/12/01 10:23:33
Modified files:
server/parser : movie_def_impl.cpp
Log message:
Cleaning of Vitaly dust from comments
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/movie_def_impl.cpp?cvsroot=gnash&r1=1.52&r2=1.53
Patches:
Index: movie_def_impl.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/parser/movie_def_impl.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- movie_def_impl.cpp 30 Nov 2006 15:17:16 -0000 1.52
+++ movie_def_impl.cpp 1 Dec 2006 10:23:32 -0000 1.53
@@ -191,7 +191,7 @@
//
-// progress callback stuff (from Vitaly)
+// progress callback stuff
//
progress_callback s_progress_function = NULL;
@@ -475,10 +475,6 @@
m_frame_rate = _str->read_u16() / 256.0f;
m_frame_count = _str->read_u16();
- // hack
- // Vitaly: I am not assured that it is correctly
- //m_frame_count = (m_frame_count == 0) ? 1 : m_frame_count;
-
/* Markus: Probably this is better anyways */
// TODO: This seems dangerous, check closely
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit