1
0
Fork 0

Revert "avutil: Cast AV_NOPTS_VALUE to int64_t explicitly"

This reverts commit cb3591e697.

This change is pointless and fixes building for MSVC.
This commit is contained in:
Hendrik Leppkes 2013-08-25 06:45:59 +02:00
parent cf93bdb108
commit 2dd9c06f01
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ const char *av_get_media_type_string(enum AVMediaType media_type);
* either pts or dts.
*/
#define AV_NOPTS_VALUE ((int64_t)UINT64_C(0x8000000000000000))
#define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
/**
* Internal time base represented as integer