diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d58c33..a7f218ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * Update `FFmpegStreamingTimeout` sample to use `timeout` instead of `stimeout` for RTSP ([pull #1758](https://github.com/bytedeco/javacv/pull/1758)) * Restore static calls to `FFmpegFrameGrabber.tryLoad()` and `FFmpegFrameRecorder.tryLoad()` ([issue #1756](https://github.com/bytedeco/javacv/issues/1756)) * Enable by default on `RealSense2FrameGrabber.start()` all color, depth, and IR streams as `videoStream` ([pull #1750](https://github.com/bytedeco/javacv/pull/1750)) - * Upgrade dependencies for OpenBLAS 0.3.21, OpenCV 4.6.0, FFmpeg 5.1.1, Leptonica 1.82.0 ([pull #1791](https://github.com/bytedeco/javacv/pull/1791)), Tesseract 5.2.0 + * Upgrade dependencies for OpenBLAS 0.3.21, OpenCV 4.6.0, FFmpeg 5.1.2, Leptonica 1.82.0 ([pull #1791](https://github.com/bytedeco/javacv/pull/1791)), Tesseract 5.2.0 ### February 11, 2022 version 1.5.7 * Fix accuracy and latency issues with `FFmpegFrameGrabber.setVideoFrameNumber()` ([pull #1734](https://github.com/bytedeco/javacv/pull/1734)) diff --git a/platform/pom.xml b/platform/pom.xml index bc5df81a..0f3317eb 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -38,7 +38,7 @@ org.bytedeco ffmpeg-platform - 5.1.1-${javacpp.version} + 5.1.2-${javacpp.version} org.bytedeco diff --git a/pom.xml b/pom.xml index e8d41147..aebe3d65 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ org.bytedeco ffmpeg - 5.1.1-${javacpp.version} + 5.1.2-${javacpp.version} org.bytedeco