This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.
tags/n1.1
Clément Bœsch
13 years ago
parent
1b673cd9ff
commit
e911f4ae72
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/srtenc.c
+ 1
- 0
libavcodec/srtenc.c
View File
@@ -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"),
Write
Preview
Loading…
Cancel
Save