|
a/libupnpp/upnpavutils.cxx |
|
b/libupnpp/upnpavutils.cxx |
|
... |
|
... |
12 |
* You should have received a copy of the GNU General Public License
|
12 |
* You should have received a copy of the GNU General Public License
|
13 |
* along with this program; if not, write to the
|
13 |
* along with this program; if not, write to the
|
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
|
|
17 |
#include "libupnpp/upnpavutils.hxx"
|
|
|
18 |
|
17 |
#include <cstdio>
|
19 |
#include <cstdio>
|
18 |
#include <string>
|
20 |
#include <string>
|
|
|
21 |
|
19 |
using namespace std;
|
22 |
using namespace std;
|
20 |
|
|
|
21 |
#include "libupnpp/upnpavutils.hxx"
|
|
|
22 |
|
23 |
|
23 |
namespace UPnPP {
|
24 |
namespace UPnPP {
|
24 |
|
25 |
|
25 |
// Format duration in milliseconds into UPnP duration format
|
26 |
// Format duration in milliseconds into UPnP duration format
|
26 |
string upnpduration(int ms)
|
27 |
string upnpduration(int ms)
|