avformat/rcwtenc: don't assume .bin extension

Signed-off-by: Marth64 <marth64@proxyid.net>
release/7.1
Marth64 10 months ago committed by Stefano Sabatini
parent 15406f8377
commit 536f0239c0
  1. 1
      libavformat/rcwtenc.c

@ -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…
Cancel
Save