diff mbox series

[FFmpeg-devel,v11,3/6] avformat/rcwtenc: don't assume .bin extension

Message ID 20240402052458.2034678-4-marth64@proxyid.net
State Accepted
Commit 536f0239c0898707a82759260025f67ea151d175
Headers show
Series RCWT Closed Captions demuxer (v11) | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marth64 April 2, 2024, 5:24 a.m. UTC
Signed-off-by: Marth64 <marth64@proxyid.net>
---
 libavformat/rcwtenc.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libavformat/rcwtenc.c b/libavformat/rcwtenc.c
index f2459ef1d3..ed613d45f5 100644
--- a/libavformat/rcwtenc.c
+++ b/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,