|
| 1 | +From 6d78475920216bbc66a63d6aa7484b7ad57f7ff8 Mon Sep 17 00:00:00 2001 |
| 2 | +From: qianlongxu < [email protected]> |
| 3 | +Date: Thu, 28 Nov 2024 11:28:43 +0800 |
| 4 | +Subject: [PATCH 28] add 4 dummy ijkplaceholder demuxers |
| 5 | + |
| 6 | +--- |
| 7 | + libavformat/allformats.c | 5 +++++ |
| 8 | + libavformat/ijkutils.c | 4 ++++ |
| 9 | + 2 files changed, 9 insertions(+) |
| 10 | + |
| 11 | +diff --git a/libavformat/allformats.c b/libavformat/allformats.c |
| 12 | +index 2150721..55e7b51 100644 |
| 13 | +--- a/libavformat/allformats.c |
| 14 | ++++ b/libavformat/allformats.c |
| 15 | +@@ -571,6 +571,11 @@ extern const AVInputFormat ff_vapoursynth_demuxer; |
| 16 | + extern AVInputFormat ff_ijklivehook_demuxer; |
| 17 | + extern AVInputFormat ff_ijklas_demuxer; |
| 18 | + |
| 19 | ++extern AVInputFormat ff_ijkplaceholder1_demuxer; |
| 20 | ++extern AVInputFormat ff_ijkplaceholder2_demuxer; |
| 21 | ++extern AVInputFormat ff_ijkplaceholder3_demuxer; |
| 22 | ++extern AVInputFormat ff_ijkplaceholder4_demuxer; |
| 23 | ++ |
| 24 | + #include "libavformat/muxer_list.c" |
| 25 | + #include "libavformat/demuxer_list.c" |
| 26 | + |
| 27 | +diff --git a/libavformat/ijkutils.c b/libavformat/ijkutils.c |
| 28 | +index 25faad1..5999101 100644 |
| 29 | +--- a/libavformat/ijkutils.c |
| 30 | ++++ b/libavformat/ijkutils.c |
| 31 | +@@ -95,3 +95,7 @@ AVInputFormat ff_##x##_demuxer = { \ |
| 32 | + |
| 33 | + IJK_DUMMY_DEMUXER(ijklivehook); |
| 34 | + IJK_DUMMY_DEMUXER(ijklas); |
| 35 | ++IJK_DUMMY_DEMUXER(ijkplaceholder1); |
| 36 | ++IJK_DUMMY_DEMUXER(ijkplaceholder2); |
| 37 | ++IJK_DUMMY_DEMUXER(ijkplaceholder3); |
| 38 | ++IJK_DUMMY_DEMUXER(ijkplaceholder4); |
| 39 | +-- |
| 40 | +2.39.5 (Apple Git-154) |
| 41 | + |
0 commit comments