Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'

* commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a':
  mxfenc: Use correct printf format specifier for int64_t
  h264: Drop unused variable

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-04-22 18:33:33 +02:00
commit 74e1aa17df
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
//#define DEBUG
#include <inttypes.h>
#include <math.h>
#include <time.h>