|
|
@ -14,9 +14,6 @@ extern "C" { |
|
|
|
#include "libswscale/swscale.h" |
|
|
|
#include "libswscale/swscale.h" |
|
|
|
#include "libavutil/imgutils.h" |
|
|
|
#include "libavutil/imgutils.h" |
|
|
|
#include "ffmpeg_jni_define.h" |
|
|
|
#include "ffmpeg_jni_define.h" |
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define TAG "VideoPlayer" |
|
|
|
#define TAG "VideoPlayer" |
|
|
|
|
|
|
|
|
|
|
@ -140,4 +137,8 @@ VIDEO_PLAYER_FUNC(void, setPlayRate, jfloat playRate) { |
|
|
|
|
|
|
|
|
|
|
|
VIDEO_PLAYER_FUNC(jint, getDuration) { |
|
|
|
VIDEO_PLAYER_FUNC(jint, getDuration) { |
|
|
|
return duration; |
|
|
|
return duration; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#endif |