summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-04-05 01:09:43 +0000
committerRodeo <[email protected]>2014-04-05 01:09:43 +0000
commitcbfdb3dbdc76bbd13142868f6ddaefa6055c5c4c (patch)
treebbb0ce8ddc947c73d296531bc668602cac35f4e9 /libhb/decavcodec.c
parenta6272a5e7293bbe66d740892a6dd4f0b28261566 (diff)
enc_qsv: general cleanup.
Mainly: - coding style - formatting - indentation Also: - fix two warnings - remove unnecessary header - remove unused parameter in parse_nalus git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6145 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/decavcodec.c')
-rw-r--r--libhb/decavcodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index 4b9d992d9..9b7be6702 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -48,7 +48,6 @@
#endif
#ifdef USE_QSV
-#include "enc_qsv.h"
#include "qsv_common.h"
#endif