1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Jan Beich 2019-09-06 22:53:54 +00:00
parent 9aba6fce60
commit 304bb1c46f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511374
3 changed files with 4 additions and 18 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ffmpeg
PORTVERSION= 4.2
PORTREVISION= 3
PORTVERSION= 4.2.1
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= https://ffmpeg.org/releases/

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1565039500
SHA256 (ffmpeg-4.2.tar.xz) = 023f10831a97ad93d798f53a3640e55cd564abfeba807ecbe8524dac4fedecd5
SIZE (ffmpeg-4.2.tar.xz) = 9088756
TIMESTAMP = 1567808306
SHA256 (ffmpeg-4.2.1.tar.xz) = cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4
SIZE (ffmpeg-4.2.1.tar.xz) = 9090632
SHA256 (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 4a46ec64650b3ae319021afbf969ec4e56653696089ff6cabc5c9c0e29d730e1
SIZE (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 22632
SHA256 (0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch) = d9bd8345ff994c26d5174759d460c723e92012139e29dd015fe83537e29a9554

View File

@ -1,13 +0,0 @@
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/299e0dff1fbc
--- libavformat/matroskadec.c.orig 2019-08-05 20:52:21 UTC
+++ libavformat/matroskadec.c
@@ -757,7 +757,7 @@ static int matroska_reset_status(MatroskaDemuxContext
uint32_t id, int64_t position)
{
if (position >= 0) {
- int err = avio_seek(matroska->ctx->pb, position, SEEK_SET);
+ int64_t err = avio_seek(matroska->ctx->pb, position, SEEK_SET);
if (err < 0)
return err;
}