Browse Source

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>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
74e1aa17df
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/mxfenc.c

+ 1
- 0
libavformat/mxfenc.c View File

@@ -32,6 +32,7 @@

//#define DEBUG

#include <inttypes.h>
#include <math.h>
#include <time.h>



Loading…
Cancel
Save