Skip to content

Commit 7885d95

Browse files
committed
Fixed visibility of context provider
1 parent 7942a95 commit 7885d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FFmpegAndroid/src/main/java/com/github/hiteshsondhi88/libffmpeg/FFmpegContextProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
import android.content.Context;
44

5-
interface FFmpegContextProvider {
5+
public interface FFmpegContextProvider {
66
Context provide();
77
}

0 commit comments

Comments
 (0)