diff options
Diffstat (limited to 'multimedia/ffmpeg5/patches/patch-libavdevice_alldevices.c')
-rw-r--r-- | multimedia/ffmpeg5/patches/patch-libavdevice_alldevices.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/ffmpeg5/patches/patch-libavdevice_alldevices.c b/multimedia/ffmpeg5/patches/patch-libavdevice_alldevices.c new file mode 100644 index 00000000000..99786999045 --- /dev/null +++ b/multimedia/ffmpeg5/patches/patch-libavdevice_alldevices.c @@ -0,0 +1,15 @@ +$NetBSD: patch-libavdevice_alldevices.c,v 1.1 2022/01/31 23:16:41 ryoon Exp $ + +Sun audio support. + +--- libavdevice/alldevices.c.orig 2022-01-14 18:45:40.000000000 +0000 ++++ libavdevice/alldevices.c +@@ -48,6 +48,8 @@ extern const AVOutputFormat ff_pulse_mux + extern const AVOutputFormat ff_sdl2_muxer; + extern const AVInputFormat ff_sndio_demuxer; + extern const AVOutputFormat ff_sndio_muxer; ++extern const AVInputFormat ff_sunau_demuxer; ++extern const AVOutputFormat ff_sunau_muxer; + extern const AVInputFormat ff_v4l2_demuxer; + extern const AVOutputFormat ff_v4l2_muxer; + extern const AVInputFormat ff_vfwcap_demuxer; |