Add missing Type accessor.
authorMichael Zucchi <notzed@gmail.com>
Thu, 25 Jul 2019 04:46:04 +0000 (14:16 +0930)
committerMichael Zucchi <notzed@gmail.com>
Thu, 25 Jul 2019 04:46:04 +0000 (14:16 +0930)
src/notzed.jjmpeg/jni/jj-avcodec.c

index fd77fa6..f1e785c 100644 (file)
@@ -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)