OSDN Git Service

libhb: fix typo that causes 2 pass encodes to segfault at beginning of pass 2
[handbrake-jp/handbrake-jp-git.git] / libhb / deinterlace.c
index b7d672a..78856dd 100644 (file)
@@ -17,7 +17,7 @@
 */
 
 #include "hb.h"
-#include "libavcodec/avcodec.h"
+#include "hbffmpeg.h"
 #include "mpeg2dec/mpeg2.h"
 
 #define SUPPRESS_AV_LOG