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>
pull/15/head
Michael Niedermayer 12 years ago
commit 74e1aa17df
  1. 1
      libavformat/mxfenc.c

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

Loading…
Cancel
Save