CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/02/18 22:25:19
Modified files: server/parser : video_stream_def.cpp Log message: ehm... 2+2+2+1+1 == 8 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/video_stream_def.cpp?cvsroot=gnash&r1=1.37&r2=1.38 Patches: Index: video_stream_def.cpp =================================================================== RCS file: /sources/gnash/gnash/server/parser/video_stream_def.cpp,v retrieving revision 1.37 retrieving revision 1.38 diff -u -b -r1.37 -r1.38 --- video_stream_def.cpp 18 Feb 2008 19:52:37 -0000 1.37 +++ video_stream_def.cpp 18 Feb 2008 22:25:19 -0000 1.38 @@ -16,7 +16,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -// $Id: video_stream_def.cpp,v 1.37 2008/02/18 19:52:37 strk Exp $ +// $Id: video_stream_def.cpp,v 1.38 2008/02/18 22:25:19 strk Exp $ #include "video_stream_def.h" #include "video_stream_instance.h" @@ -63,7 +63,7 @@ m_start_frame = m->get_loading_frame(); // numFrames:2 width:2 height:2 flags:1 codec:1 - in->ensureBytes(9); + in->ensureBytes(8); m_num_frames = in->read_u16(); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit