Fixed build with tracing enabled.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38560 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -741,7 +741,7 @@ AVFormatReader::StreamCookie::GetStreamInfo(int64* frameCount,
|
||||
double frameRate = FrameRate();
|
||||
TRACE(" frameRate: %.4f\n", frameRate);
|
||||
|
||||
#if TRACE_AVFORMAT_READER
|
||||
#ifdef TRACE_AVFORMAT_READER
|
||||
if (fStream->start_time != kNoPTSValue) {
|
||||
bigtime_t startTime = _ConvertFromStreamTimeBase(fStream->start_time);
|
||||
TRACE(" start_time: %lld or %.5fs\n", startTime,
|
||||
|
||||
Reference in New Issue
Block a user