diff mbox series

[FFmpeg-devel] doc/ffmpeg: Fix bug #8204

Message ID 20200208050109.32391-1-gautamramk@gmail.com
State New
Headers show
Series [FFmpeg-devel] doc/ffmpeg: Fix bug #8204 | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Gautam Ramakrishnan Feb. 8, 2020, 5:01 a.m. UTC
From: Gautam Ramakrishnan <gautamramk@gmail.com>

Change the documentation of -hwaccels as mentioned in bug #8204

Signed-off-by: Gautam Ramakrishnan <gautamramk@gmail.com>
---
 doc/ffmpeg.texi | 1 +
 1 file changed, 1 insertion(+)

Comments

Gyan Doshi Feb. 8, 2020, 11:48 a.m. UTC | #1
Worth noting, but should be rephrased. I'll do that in a few days.

Gyan

On 8 February 2020 10:31:09 AM IST, gautamramk@gmail.com wrote:
>From: Gautam Ramakrishnan <gautamramk@gmail.com>
>
>Change the documentation of -hwaccels as mentioned in bug #8204
>
>Signed-off-by: Gautam Ramakrishnan <gautamramk@gmail.com>
>---
> doc/ffmpeg.texi | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
>index 9cccc2337d..c700aa2aee 100644
>--- a/doc/ffmpeg.texi
>+++ b/doc/ffmpeg.texi
>@@ -1081,6 +1081,7 @@ were called immediately before.
> 
> @item -hwaccels
>List all hardware acceleration methods supported in this build of
>ffmpeg.
>+This is not a check if the listed hardware is really available in the
>computer.
> 
> @end table
> 
>-- 
>2.17.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".
diff mbox series

Patch

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 9cccc2337d..c700aa2aee 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1081,6 +1081,7 @@  were called immediately before.
 
 @item -hwaccels
 List all hardware acceleration methods supported in this build of ffmpeg.
+This is not a check if the listed hardware is really available in the computer.
 
 @end table