[Ffmpeg-cvslog] r7833 - trunk/tests/seek_test.c

michael subversion
Mon Feb 5 19:36:28 CET 2007


Author: michael
Date: Mon Feb  5 19:36:28 2007
New Revision: 7833

Modified:
   trunk/tests/seek_test.c

Log:
10l uninitalized cola
seek regression tests are now deterministic


Modified: trunk/tests/seek_test.c
==============================================================================
--- trunk/tests/seek_test.c	(original)
+++ trunk/tests/seek_test.c	Mon Feb  5 19:36:28 2007
@@ -63,6 +63,9 @@
     for(i=0; ; i++){
         AVPacket pkt;
         AVStream *st;
+
+        memset(&pkt, 0, sizeof(pkt));
+
         ret= av_read_frame(ic, &pkt);
         printf("ret:%2d", ret);
         if(ret>=0){




More information about the ffmpeg-cvslog mailing list