Skip to content
Snippets Groups Projects
Verified Commit f5d41902 authored by sunpoet's avatar sunpoet
Browse files

multimedia/libmediainfo: Update to 23.04

parent 60cf22b1
No related branches found
No related tags found
No related merge requests found
PORTNAME= libmediainfo
PORTVERSION= 23.03
PORTVERSION= 23.04
CATEGORIES= multimedia
MASTER_SITES= https://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \
LOCAL/sunpoet
......
TIMESTAMP = 1680726042
SHA256 (MediaInfo_CLI_23.03_GNU_FromSource.tar.xz) = 8502098957e63c613bd97899ecaa22402c87dde395e90761d662cbe45c904cde
SIZE (MediaInfo_CLI_23.03_GNU_FromSource.tar.xz) = 3376144
TIMESTAMP = 1682616630
SHA256 (MediaInfo_CLI_23.04_GNU_FromSource.tar.xz) = 933d17f66745091b284141e028ba71064acf1a2fafecb0a587ad78e56a3453fc
SIZE (MediaInfo_CLI_23.04_GNU_FromSource.tar.xz) = 3383988
--- ../../../Source/MediaInfo/Audio/File_Usac.cpp.orig 2023-03-28 20:58:50 UTC
+++ ../../../Source/MediaInfo/Audio/File_Usac.cpp
@@ -3158,7 +3158,7 @@ void File_Usac::arithData(size_t ch, int16u N, int16u
// arith_map_context
{
if (arith_reset_flag || C.arithContext[ch].previous_window_size==(int16u)-1)
- memset(&C.arithContext[ch].q, NULL, sizeof(C.arithContext[ch].q));
+ memset(&C.arithContext[ch].q, 0, sizeof(C.arithContext[ch].q));
else if (N != C.arithContext[ch].previous_window_size)
{
if (!N)
--- ../../../Source/MediaInfo/Audio/File_Usac.h.orig 2023-03-28 20:58:50 UTC
+++ ../../../Source/MediaInfo/Audio/File_Usac.h
@@ -305,7 +305,7 @@ public :
arith_context() : previous_window_size((int16u)-1)
{
- memset(&q, NULL, sizeof(q));
+ memset(&q, 0, sizeof(q));
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment