Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-08-25 08:45:59 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:12:12 +0300
commitc88eb8c6fc94ab8708c39c3dd48994c8aa8858d3 (patch)
treeb9c4c5619579f9a5d8d227cdd20d1dbfc3092a5c
parent6bbf635d6f7235b35d2ead62854227cf9cc3e779 (diff)
Revert "avutil: Cast AV_NOPTS_VALUE to int64_t explicitly"
This reverts commit cb3591e69738c808d26ba15eb02414fedfcd91cc. This change is pointless and fixes building for MSVC.
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 4d633156d1..b0f54078af 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -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