FFMPEG Plugin: Small cleanup
- The reason for compiler complaining about "INT64_C is not defined here" is gone since the addition of the compiler flag "-D__STDC_CONSTANT_MACROS" to the Jamfile some time ago. This flag allows C++ to use C99 math features. - No functional change intended.
This commit is contained in:
parent
7f485803cd
commit
8516a39e5d
@ -46,10 +46,7 @@ extern "C" {
|
|||||||
#define ERROR(a...) fprintf(stderr, a)
|
#define ERROR(a...) fprintf(stderr, a)
|
||||||
|
|
||||||
|
|
||||||
static const int64 kNoPTSValue = 0x8000000000000000LL;
|
static const int64 kNoPTSValue = AV_NOPTS_VALUE;
|
||||||
// NOTE: For some reasons, I have trouble with the avcodec.h define:
|
|
||||||
// #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
|
|
||||||
// INT64_C is not defined here.
|
|
||||||
|
|
||||||
|
|
||||||
static uint32
|
static uint32
|
||||||
|
Loading…
Reference in New Issue
Block a user