summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-01-23 16:20:23 +0100
committerJanne Grunau <janne-libav@jannau.net>2014-01-25 21:50:20 +0100
commitfb0c9d41d685abb58575c5482ca33b8cd457c5ec (patch)
treef06b9bf7072a95a5afaa160e51d05d9bb894ea94 /libavcodec/dnxhddec.c
parent28e1eed3c2e7e944f1d73dc749076943aeb4c13c (diff)
avutil: remove timer.h include from internal.h
Added libavutil/timer.h include to all files with {START,STOP}_TIMER.
Diffstat (limited to 'libavcodec/dnxhddec.c')
-rw-r--r--libavcodec/dnxhddec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index 5c29b3e139..854258b23d 100644
--- a/libavcodec/dnxhddec.c
+++ b/libavcodec/dnxhddec.c
@@ -23,6 +23,7 @@
*/
#include "libavutil/imgutils.h"
+#include "libavutil/timer.h"
#include "avcodec.h"
#include "get_bits.h"
#include "dnxhddata.h"