mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
avformat/rcwtenc: don't assume .bin extension
Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
parent
15406f8377
commit
536f0239c0
@ -159,7 +159,6 @@ static int rcwt_write_trailer(AVFormatContext *avf)
|
||||
const FFOutputFormat ff_rcwt_muxer = {
|
||||
.p.name = "rcwt",
|
||||
.p.long_name = NULL_IF_CONFIG_SMALL("RCWT (Raw Captions With Time)"),
|
||||
.p.extensions = "bin",
|
||||
.p.flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS | AVFMT_TS_NONSTRICT,
|
||||
.p.video_codec = AV_CODEC_ID_NONE,
|
||||
.p.audio_codec = AV_CODEC_ID_NONE,
|
||||
|
Loading…
Reference in New Issue
Block a user