avformat/rcwtenc: don't assume .bin extension

Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
Marth64 2024-04-02 00:24:55 -05:00 committed by Stefano Sabatini
parent 15406f8377
commit 536f0239c0
1 changed files with 0 additions and 1 deletions

View File

@ -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,