﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
3827	Fix for compile error	anonymous	Isaac Richards	"Here is what I had to do fix a compile error.

{{{
--- mythtv/libs/libavcodec/avcodec.h.orig       2007-08-14 16:41:35.382943338 -0400
+++ mythtv/libs/libavcodec/avcodec.h    2007-08-14 16:41:58.946773194 -0400
@@ -43,7 +43,7 @@

 #define LIBAVCODEC_IDENT        ""Lavc"" AV_STRINGIFY(LIBAVCODEC_VERSION)

-#define AV_NOPTS_VALUE          INT64_C(0x8000000000000000)
+#define AV_NOPTS_VALUE          INT64_C(0x8000000000000000ULL)
 #define AV_TIME_BASE            1000000
 #define AV_TIME_BASE_Q          (AVRational){1, AV_TIME_BASE}

}}}
"	defect	closed	minor	unknown	mythtv	unknown	medium	invalid			0
