mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavd/sdl2: add sdl alias
This commit also adds an sdl alias for the configure script.
This commit is contained in:
parent
fbb1fcd4d0
commit
21344991c0
2 changed files with 3 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ static const AVClass sdl2_class = {
|
|||
};
|
||||
|
||||
AVOutputFormat ff_sdl2_muxer = {
|
||||
.name = "sdl2",
|
||||
.name = "sdl,sdl2",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SDL2 output device"),
|
||||
.priv_data_size = sizeof(SDLContext),
|
||||
.audio_codec = AV_CODEC_ID_NONE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue