mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
INT64_MIN fix
Originally committed as revision 2820 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9d5277ce32
commit
71141d771a
@ -26,7 +26,7 @@ extern "C" {
|
||||
#define AV_TOSTRING(s) #s
|
||||
#define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" AV_STRINGIFY(LIBAVCODEC_BUILD)
|
||||
|
||||
#define AV_NOPTS_VALUE INT64_MIN
|
||||
#define AV_NOPTS_VALUE 0x8000000000000000LL
|
||||
#define AV_TIME_BASE 1000000
|
||||
|
||||
enum CodecID {
|
||||
|
Loading…
Reference in New Issue
Block a user