Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'

* commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec':
  avutil: remove timer.h include from internal.h

Conflicts:
	libavcodec/ffv1dec.c
	libavutil/internal.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-01-26 01:39:33 +01:00
12 changed files with 11 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
#include "mathematics.h"
#include "time.h"
#include "avstring.h"
#include "timer.h"
typedef struct Parser {
const AVClass *class;