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
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.
tags/n1.1
Clément Bœsch
13 years ago
parent
fd090a5d09
commit
2ecf9492ff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/srtenc.c
+ 1
- 1
libavformat/srtenc.c
View File
@@ -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
,
};
Write
Preview
Loading…
Cancel
Save