1
0
forked from jengelh/ffmpeg-4

Accepting request 983472 from home:iznogood:branches:multimedia:libs

New stable release

OBS-URL: https://build.opensuse.org/request/show/983472
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=182
This commit is contained in:
2022-06-17 20:39:59 +00:00
committed by Git OBS Bridge
parent 25f5d4d73c
commit 2d5a4e074f
7 changed files with 32 additions and 25 deletions

View File

@@ -6,11 +6,11 @@ parent e073b7a22e4993e0a7cab80a42a21524e5349f95
Add av_stream_get_first_dts for Chromium
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cd7b0d9..b4a6dce 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1010,6 +1010,10 @@
Index: ffmpeg-4.4.2/libavformat/avformat.h
===================================================================
--- ffmpeg-4.4.2.orig/libavformat/avformat.h
+++ ffmpeg-4.4.2/libavformat/avformat.h
@@ -1141,6 +1141,10 @@ struct AVCodecParserContext *av_stream_g
*/
int64_t av_stream_get_end_pts(const AVStream *st);
@@ -21,11 +21,11 @@ index cd7b0d9..b4a6dce 100644
#define AV_PROGRAM_RUNNING 1
/**
diff --git a/libavformat/utils.c b/libavformat/utils.c
index de7580c..0ef0fe5 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -121,6 +121,13 @@
Index: ffmpeg-4.4.2/libavformat/utils.c
===================================================================
--- ffmpeg-4.4.2.orig/libavformat/utils.c
+++ ffmpeg-4.4.2/libavformat/utils.c
@@ -142,6 +142,13 @@ int64_t av_stream_get_end_pts(const AVSt
return AV_NOPTS_VALUE;
}