[vlc-devel] [PATCH] codec/qsv: Fix include of vlc_fifo_helper
Steve Lhomme
robux4 at ycbcr.xyz
Mon Jul 1 08:29:31 CEST 2019
LGTM
On 2019-06-27 13:13, Marvin Scholz wrote:
> ---
> 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"
> --
> 2.20.1 (Apple Git-117)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
More information about the vlc-devel
mailing list