]> granicus.if.org Git - handbrake/commitdiff
bugfix merge: remove unnecessary include
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 17 Jun 2012 14:12:10 +0000 (14:12 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 17 Jun 2012 14:12:10 +0000 (14:12 +0000)
Thanks for Rogerio Brito for patch

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4745 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/stream.c

index a42c15bcb1f6d117c39386c3074fa4a24099c2fb..d44782064912ef7e736198196e115e2d9b7f1dcc 100644 (file)
@@ -12,7 +12,6 @@
 #include "hbffmpeg.h"
 #include "lang.h"
 #include "a52dec/a52.h"
-#include "mp4v2/mp4v2.h"
 #include "libbluray/bluray.h"
 
 #define min(a, b) a < b ? a : b