better debug output

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-10-23 18:03:45 +00:00
parent 49e6b955a6
commit d5463e6f2f

View File

@ -26,6 +26,7 @@
#include <MediaTrack.h>
#include <Roster.h>
#include <string.h>
#include <stdlib.h>
#include "MediaExtractor.h"
#include "PluginManager.h"
#include "ReaderPlugin.h"
@ -292,8 +293,8 @@ BMediaTrack::ReadFrames(void *out_buffer,
}
if (mh)
*mh = header;
// printf("BMediaTrack::ReadFrames: %Ld frames, start-time %Ld\n", *out_frameCount, header.start_time);
printf("BMediaTrack::ReadFrames: stream %ld, start-time %5Ld.%06Ld, %Ld frames\n", fStream, header.start_time / 1000000, header.start_time % 1000000, *out_frameCount);
return result;
}