Commit e911f4ae authored by Clément Bœsch's avatar Clément Bœsch

lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.

parent 1b673cd9
...@@ -297,6 +297,7 @@ static int srt_encode_close(AVCodecContext *avctx) ...@@ -297,6 +297,7 @@ static int srt_encode_close(AVCodecContext *avctx)
} }
#if CONFIG_SRT_ENCODER #if CONFIG_SRT_ENCODER
/* deprecated encoder */
AVCodec ff_srt_encoder = { AVCodec ff_srt_encoder = {
.name = "srt", .name = "srt",
.long_name = NULL_IF_CONFIG_SMALL("SubRip subtitle with embedded timing"), .long_name = NULL_IF_CONFIG_SMALL("SubRip subtitle with embedded timing"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment