- Timestamp:
- 06/25/09 18:02:23 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp
r9910 r10414 285 285 if (m_packet.type == FFmpegPacket::PACKET_DATA) 286 286 { 287 if (m_packet.packet.pts != AV_NOPTS_VALUE)287 if (m_packet.packet.pts != int64_t(AV_NOPTS_VALUE)) 288 288 { 289 289 const double pts = av_q2d(m_stream->time_base) * m_packet.packet.pts;
