From 2dd9c06f0168b2eb5ab8d28613078dea787ad6b1 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 25 Aug 2013 06:45:59 +0200 Subject: [PATCH] Revert "avutil: Cast AV_NOPTS_VALUE to int64_t explicitly" This reverts commit cb3591e69738c808d26ba15eb02414fedfcd91cc. This change is pointless and fixes building for MSVC. --- libavutil/avutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/avutil.h b/libavutil/avutil.h index d2900dcb48..37cd16e95c 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