removed debug printf
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -350,7 +350,7 @@ avCodec::Decode(void *out_buffer, int64 *out_frameCount,
|
|||||||
|
|
||||||
mh->start_time = fStartTime;
|
mh->start_time = fStartTime;
|
||||||
|
|
||||||
printf("audio start_time %.6f\n", mh->start_time / 1000000.0);
|
// printf("audio start_time %.6f\n", mh->start_time / 1000000.0);
|
||||||
|
|
||||||
char *output_buffer = (char *)out_buffer;
|
char *output_buffer = (char *)out_buffer;
|
||||||
*out_frameCount = 0;
|
*out_frameCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user