as_double 153 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t timestamp = static_cast<boost::uint64_t>(packet.dts * as_double(_videoStream->time_base) * 1000.0); as_double 207 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t timestamp = static_cast<boost::uint64_t>(dts * as_double(_audioStream->time_base) * 1000.0); as_double 447 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t frameRate = static_cast<boost::uint16_t>(as_double(_videoStream->r_frame_rate)); as_double 457 libmedia/ffmpeg/MediaParserFfmpeg.cpp duration = duration / as_double(_videoStream->time_base); // TODO: check this as_double 486 libmedia/ffmpeg/MediaParserFfmpeg.cpp duration = duration / as_double(_audioStream->time_base); // TODO: check this