avdevice: deprecate sdl outdev

Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
J. Dekker
2024-02-13 08:34:26 +01:00
parent e4c0cdf8df
commit 2b17a74df5
3 changed files with 19 additions and 1 deletions

View File

@@ -408,7 +408,13 @@ ffmpeg -i INPUT -f pulse "stream name"
@section sdl
SDL (Simple DirectMedia Layer) output device.
SDL (Simple DirectMedia Layer) output device. Deprecated and will be removed.
For monitoring purposes in FFmpeg, pipes and a video player such as ffplay can be used:
@example
ffmpeg -i INPUT -f nut -c:v rawvideo - | ffplay -
@end example
"sdl2" can be used as alias for "sdl".