Skip to content

Commit

Permalink
upgrade ffmpeg-kit api to 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Nov 12, 2024
1 parent a68a8c4 commit c52f8ca
Show file tree
Hide file tree
Showing 80 changed files with 23,811 additions and 27,267 deletions.
2 changes: 1 addition & 1 deletion android/ffmpeg-kit-android-lib/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "FFmpegKit Android API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 6.0
PROJECT_NUMBER = 6.1.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#include "ffmpegkit.h"
#include "ffprobekit.h"

# define LogType 1
# define StatisticsType 2
#define LogType 1
#define StatisticsType 2

/** Callback data structure */
struct CallbackData {
Expand Down
3 changes: 2 additions & 1 deletion android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
#define FFMPEG_KIT_H

#include <jni.h>
#include <string.h>
#include <android/log.h>

#include "libavutil/log.h"
#include "libavutil/ffversion.h"

/** Library version string */
#define FFMPEG_KIT_VERSION "6.0"
#define FFMPEG_KIT_VERSION "6.1.2"

/** Defines tag used for Android logging. */
#define LIB_NAME "ffmpeg-kit"
Expand Down
Loading

0 comments on commit c52f8ca

Please sign in to comment.