Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] doc/examples/qsv_decode.c: remove unused config.h header file
@ 2024-03-09  2:17 hung kuishing
  2024-03-10 13:55 ` Stefano Sabatini
  0 siblings, 1 reply; 4+ messages in thread
From: hung kuishing @ 2024-03-09  2:17 UTC (permalink / raw)
  To: ffmpeg-devel


Signed-off-by: clarkh <hungkuishing@outlook.com<mailto:hungkuishing@outlook.com>>
---
doc/examples/qsv_decode.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/doc/examples/qsv_decode.c b/doc/examples/qsv_decode.c
index cc2662d5bd..901eac3b27 100644
--- a/doc/examples/qsv_decode.c
+++ b/doc/examples/qsv_decode.c
@@ -28,8 +28,6 @@
  * GPU video surfaces, write the decoded frames to an output file.
  */

-#include "config.h"
-
#include <stdio.h>

#include "libavformat/avformat.h"
--
2.34.1


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/examples/qsv_decode.c: remove unused config.h header file
  2024-03-09  2:17 [FFmpeg-devel] [PATCH] doc/examples/qsv_decode.c: remove unused config.h header file hung kuishing
@ 2024-03-10 13:55 ` Stefano Sabatini
  2024-03-11 13:41   ` hung kuishing
  0 siblings, 1 reply; 4+ messages in thread
From: Stefano Sabatini @ 2024-03-10 13:55 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On date Saturday 2024-03-09 02:17:19 +0000, hung kuishing wrote:
> 
> Signed-off-by: clarkh <hungkuishing@outlook.com<mailto:hungkuishing@outlook.com>>
> ---
> doc/examples/qsv_decode.c | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/doc/examples/qsv_decode.c b/doc/examples/qsv_decode.c
> index cc2662d5bd..901eac3b27 100644
> --- a/doc/examples/qsv_decode.c
> +++ b/doc/examples/qsv_decode.c
> @@ -28,8 +28,6 @@
>   * GPU video surfaces, write the decoded frames to an output file.
>   */
> 
> -#include "config.h"
> -
> #include <stdio.h>
> 
> #include "libavformat/avformat.h"
> --
> 2.34.1

Looks good but it fails with:
git am --abort; git am patches/fix-doc-qsvdec.patch 
Applying: doc/examples/qsv_decode.c: remove unused config.h header file
error: corrupt patch at line 15

Can you try to generate the patch (git format-patch) and attach it to
the thread?

Or I'll just apply the diff manually.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/examples/qsv_decode.c: remove unused config.h header file
  2024-03-10 13:55 ` Stefano Sabatini
@ 2024-03-11 13:41   ` hung kuishing
  2024-03-12 10:18     ` Stefano Sabatini
  0 siblings, 1 reply; 4+ messages in thread
From: hung kuishing @ 2024-03-11 13:41 UTC (permalink / raw)
  To: FFmpeg development discussions and patches



> 在 2024年3月10日,21:55,Stefano Sabatini <stefasab@gmail.com> 写道:
> 
> On date Saturday 2024-03-09 02:17:19 +0000, hung kuishing wrote:
>> 
>> Signed-off-by: clarkh <hungkuishing@outlook.com<mailto:hungkuishing@outlook.com>>
>> ---
>> doc/examples/qsv_decode.c | 2 --
>> 1 file changed, 2 deletions(-)
>> 
>> diff --git a/doc/examples/qsv_decode.c b/doc/examples/qsv_decode.c
>> index cc2662d5bd..901eac3b27 100644
>> --- a/doc/examples/qsv_decode.c
>> +++ b/doc/examples/qsv_decode.c
>> @@ -28,8 +28,6 @@
>>  * GPU video surfaces, write the decoded frames to an output file.
>>  */
>> 
>> -#include "config.h"
>> -
>> #include <stdio.h>
>> 
>> #include "libavformat/avformat.h"
>> --
>> 2.34.1
> 
> Looks good but it fails with:
> git am --abort; git am patches/fix-doc-qsvdec.patch
> Applying: doc/examples/qsv_decode.c: remove unused config.h header file
> error: corrupt patch at line 15
> 
> Can you try to generate the patch (git format-patch) and attach it to
> the thread?
> 
> Or I'll just apply the diff manually.
Ok, please apply the diff manually, thanks
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/examples/qsv_decode.c: remove unused config.h header file
  2024-03-11 13:41   ` hung kuishing
@ 2024-03-12 10:18     ` Stefano Sabatini
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Sabatini @ 2024-03-12 10:18 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On date Monday 2024-03-11 13:41:43 +0000, hung kuishing wrote:
> > 在 2024年3月10日,21:55,Stefano Sabatini <stefasab@gmail.com> 写道:
> > 
> > On date Saturday 2024-03-09 02:17:19 +0000, hung kuishing wrote:
> >> 
> >> Signed-off-by: clarkh <hungkuishing@outlook.com<mailto:hungkuishing@outlook.com>>
> >> ---
> >> doc/examples/qsv_decode.c | 2 --
> >> 1 file changed, 2 deletions(-)
> >> 
> >> diff --git a/doc/examples/qsv_decode.c b/doc/examples/qsv_decode.c
> >> index cc2662d5bd..901eac3b27 100644
> >> --- a/doc/examples/qsv_decode.c
> >> +++ b/doc/examples/qsv_decode.c
> >> @@ -28,8 +28,6 @@
> >>  * GPU video surfaces, write the decoded frames to an output file.
> >>  */
> >> 
> >> -#include "config.h"
> >> -
> >> #include <stdio.h>
> >> 
> >> #include "libavformat/avformat.h"
> >> --
> >> 2.34.1
> > 
> > Looks good but it fails with:
> > git am --abort; git am patches/fix-doc-qsvdec.patch
> > Applying: doc/examples/qsv_decode.c: remove unused config.h header file
> > error: corrupt patch at line 15
> > 
> > Can you try to generate the patch (git format-patch) and attach it to
> > the thread?
> > 
> > Or I'll just apply the diff manually.
> Ok, please apply the diff manually, thanks

will push soon, thanks
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-12 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-09  2:17 [FFmpeg-devel] [PATCH] doc/examples/qsv_decode.c: remove unused config.h header file hung kuishing
2024-03-10 13:55 ` Stefano Sabatini
2024-03-11 13:41   ` hung kuishing
2024-03-12 10:18     ` Stefano Sabatini

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git