You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavc/ffjni: do not error out if the last non-mandatory field/method cannot be found
This commit is contained in:
		| @@ -352,6 +352,8 @@ int ff_jni_init_jfields(JNIEnv *env, void *jfields, const struct FFJniField *jfi | ||||
|                 ret = AVERROR(EINVAL); | ||||
|                 goto done; | ||||
|             } | ||||
|  | ||||
|             ret = 0; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user