[vlc-commits] codec/qsv: Fix include of vlc_fifo_helper

Marvin Scholz git at videolan.org
Mon Jul 1 16:05:22 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Jun 27 13:13:01 2019 +0200| [4135e2a153b84ab22358e762634c182364350349] | committer: Marvin Scholz

codec/qsv: Fix include of vlc_fifo_helper

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4135e2a153b84ab22358e762634c182364350349
---

 modules/codec/qsv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/qsv.c b/modules/codec/qsv.c
index 743fab5a90..d850f62d1e 100644
--- a/modules/codec/qsv.c
+++ b/modules/codec/qsv.c
@@ -33,7 +33,7 @@
 #include <vlc_codec.h>
 #include <vlc_picture_pool.h>
 
-#include <vlc_fifo_helper.h>
+#include "vlc_fifo_helper.h"
 
 #include <mfx/mfxvideo.h>
 #include "../demux/mpeg/timestamps.h"



More information about the vlc-commits mailing list