mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.
This commit is contained in:
parent
1b673cd9ff
commit
e911f4ae72
@ -297,6 +297,7 @@ static int srt_encode_close(AVCodecContext *avctx)
|
||||
}
|
||||
|
||||
#if CONFIG_SRT_ENCODER
|
||||
/* deprecated encoder */
|
||||
AVCodec ff_srt_encoder = {
|
||||
.name = "srt",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SubRip subtitle with embedded timing"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user