]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/srtenc.c
flvdec: follow packets backward until a valid last timestamp is found
[ffmpeg] / libavformat / srtenc.c
index b8fc8fac7e12103a8a0318d54168ca17062efab8..171c45b4458c9a684a2557ef3485d89b6bc01fcf 100644 (file)
@@ -88,7 +88,7 @@ static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt)
 
 AVOutputFormat ff_srt_muxer = {
     .name           = "srt",
-    .long_name      = NULL_IF_CONFIG_SMALL("SubRip subtitle format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("SubRip subtitle"),
     .mime_type      = "application/x-subrip",
     .extensions     = "srt",
     .priv_data_size = sizeof(SRTContext),