From 7b12aea3d2dbc67d26d44e85adb30bba23dd6cbe Mon Sep 17 00:00:00 2001 From: Michael Zucchi Date: Thu, 25 Jul 2019 14:16:04 +0930 Subject: [PATCH] Add missing Type accessor. --- src/notzed.jjmpeg/jni/jj-avcodec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notzed.jjmpeg/jni/jj-avcodec.c b/src/notzed.jjmpeg/jni/jj-avcodec.c index fd77fa6..f1e785c 100644 --- 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) -- 2.39.2