ZedZone
|
Blog
|
Software
|
Code
projects
/
jjmpeg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac0e32
)
Add missing Type accessor.
author
Michael Zucchi
<notzed@gmail.com>
Thu, 25 Jul 2019 04:46:04 +0000
(14:16 +0930)
committer
Michael Zucchi
<notzed@gmail.com>
Thu, 25 Jul 2019 04:46:04 +0000
(14:16 +0930)
src/notzed.jjmpeg/jni/jj-avcodec.c
patch
|
blob
|
history
diff --git
a/src/notzed.jjmpeg/jni/jj-avcodec.c
b/src/notzed.jjmpeg/jni/jj-avcodec.c
index
fd77fa6
..
f1e785c
100644
(file)
--- a/
src/notzed.jjmpeg/jni/jj-avcodec.c
+++ b/
src/notzed.jjmpeg/jni/jj-avcodec.c
@@
-33,6
+33,7
@@
jint AVCodec_OnLoad(JavaVM *vmi, JNIEnv *env) {
GET_string(AVCodec, Name, name)
GET_string(AVCodec, LongName, long_name)
+GET_prim(jint, AVCodec, Type, type)
GET_prim(jint, AVCodec, ID, id)
GET_prim(jint, AVCodec, Capabilities, capabilities)
GET_prim(jint, AVCodec, MaxLowres, max_lowres)