diff mbox

[FFmpeg-devel,v3,2/4] lavfi/opencl: remove redundancy header.

Message ID 1527995724-23698-3-git-send-email-mypopydev@gmail.com
State New
Headers show

Commit Message

Jun Zhao June 3, 2018, 3:15 a.m. UTC
remove redundancy header

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
---
 libavfilter/opencl.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Mark Thompson June 3, 2018, 5:43 p.m. UTC | #1
On 03/06/18 04:15, Jun Zhao wrote:
> remove redundancy header
> 
> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
> ---
>  libavfilter/opencl.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c
> index ae61667..ac5eec6 100644
> --- a/libavfilter/opencl.c
> +++ b/libavfilter/opencl.c
> @@ -19,12 +19,9 @@
>  #include <stdio.h>
>  #include <string.h>
>  
> -#include "libavutil/hwcontext.h"
> -#include "libavutil/hwcontext_opencl.h"
>  #include "libavutil/mem.h"
>  #include "libavutil/pixdesc.h"
>  
> -#include "avfilter.h"
>  #include "formats.h"
>  #include "opencl.h"
>  
> 

"redundant", not "redundancy".

Change is fine.

Thanks,

- Mark
mypopy@gmail.com June 4, 2018, 12:51 a.m. UTC | #2
2018-06-04 1:43 GMT+08:00 Mark Thompson <sw@jkqxz.net>:
> On 03/06/18 04:15, Jun Zhao wrote:
>> remove redundancy header
>>
>> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
>> ---
>>  libavfilter/opencl.c | 3 ---
>>  1 file changed, 3 deletions(-)
>>
>> diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c
>> index ae61667..ac5eec6 100644
>> --- a/libavfilter/opencl.c
>> +++ b/libavfilter/opencl.c
>> @@ -19,12 +19,9 @@
>>  #include <stdio.h>
>>  #include <string.h>
>>
>> -#include "libavutil/hwcontext.h"
>> -#include "libavutil/hwcontext_opencl.h"
>>  #include "libavutil/mem.h"
>>  #include "libavutil/pixdesc.h"
>>
>> -#include "avfilter.h"
>>  #include "formats.h"
>>  #include "opencl.h"
>>
>>
>
> "redundant", not "redundancy".
>
> Change is fine.
Will change as the comment. Thanks.
>
> Thanks,
>
> - Mark
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
diff mbox

Patch

diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c
index ae61667..ac5eec6 100644
--- a/libavfilter/opencl.c
+++ b/libavfilter/opencl.c
@@ -19,12 +19,9 @@ 
 #include <stdio.h>
 #include <string.h>
 
-#include "libavutil/hwcontext.h"
-#include "libavutil/hwcontext_opencl.h"
 #include "libavutil/mem.h"
 #include "libavutil/pixdesc.h"
 
-#include "avfilter.h"
 #include "formats.h"
 #include "opencl.h"