projects
/
simplay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487446d
)
tmp
author
yu.dongliang
<18588496441@163.com>
Thu, 6 Apr 2023 13:58:27 +0000
(21:58 +0800)
committer
yu.dongliang
<18588496441@163.com>
Thu, 6 Apr 2023 13:58:27 +0000
(21:58 +0800)
simp.c
patch
|
blob
|
blame
|
history
diff --git
a/simp.c
b/simp.c
index ea539822bd379fe5cb559aabd5d65329510697d6..66c753f051f4a3c8036b178d2d3561092ac559b8 100644
(file)
--- a/
simp.c
+++ b/
simp.c
@@
-1,10
+1,10
@@
#include"simp.h"
-extern simp_avio_ops_t simp_avio_ffmpeg;
+extern simp_avio_ops_t simp_avio_ffmpeg
_input
;
static simp_avio_ops_t* avio_array[] =
{
- &simp_avio_ffmpeg,
+ &simp_avio_ffmpeg
_input
,
NULL,
};