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:
Colin Günther 2014-08-21 09:41:38 +02:00
parent 7f485803cd
commit 8516a39e5d

View File

@ -46,10 +46,7 @@ extern "C" {
#define ERROR(a...) fprintf(stderr, a)
static const int64 kNoPTSValue = 0x8000000000000000LL;
// 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 const int64 kNoPTSValue = AV_NOPTS_VALUE;
static uint32