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

lavf/srtenc: set codec to subrip by default.

We don't have a text encoder yet, so this commit makes automatic
encoding working with srt output.
parent fd090a5d
......@@ -93,5 +93,5 @@ AVOutputFormat ff_srt_muxer = {
.write_header = srt_write_header,
.write_packet = srt_write_packet,
.flags = AVFMT_VARIABLE_FPS,
.subtitle_codec = AV_CODEC_ID_TEXT,
.subtitle_codec = AV_CODEC_ID_SUBRIP,
};
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