forked from kiss-community/repo
ffmpeg: 5.1
This commit is contained in:
parent
415ef584d9
commit
852e6db53c
@ -1,2 +1,2 @@
|
||||
ef2efae259ce80a240de48ec85ecb062cecca26e4352ffb3fda562c21a93007b
|
||||
29ce1c530fbbd0d2a258da0da2b49087b99ca039574a588b3fd5349bc769e01e
|
||||
55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03
|
||||
d345b11382915ed593d4162ecd699751536fb06489143aa9f0a72fa62e3bb571
|
||||
|
@ -1,8 +1,8 @@
|
||||
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
|
||||
index 6ce367e..cba3f5e 100644
|
||||
index f12fa7d..0b9fd1f 100644
|
||||
--- a/libavformat/avformat.h
|
||||
+++ b/libavformat/avformat.h
|
||||
@@ -1115,6 +1115,10 @@ struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
|
||||
@@ -1128,6 +1128,10 @@ struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
|
||||
*/
|
||||
int64_t av_stream_get_end_pts(const AVStream *st);
|
||||
|
||||
@ -13,11 +13,11 @@ index 6ce367e..cba3f5e 100644
|
||||
#define AV_PROGRAM_RUNNING 1
|
||||
|
||||
/**
|
||||
diff --git a/libavformat/utils.c b/libavformat/utils.c
|
||||
index e643821..50ba6af 100644
|
||||
--- a/libavformat/utils.c
|
||||
+++ b/libavformat/utils.c
|
||||
@@ -92,6 +92,13 @@ int64_t av_stream_get_end_pts(const AVStream *st)
|
||||
diff --git a/libavformat/mux_utils.c b/libavformat/mux_utils.c
|
||||
index eb8ea3d..8420934 100644
|
||||
--- a/libavformat/mux_utils.c
|
||||
+++ b/libavformat/mux_utils.c
|
||||
@@ -37,6 +37,13 @@ int64_t av_stream_get_end_pts(const AVStream *st)
|
||||
return AV_NOPTS_VALUE;
|
||||
}
|
||||
|
||||
@ -28,6 +28,6 @@ index e643821..50ba6af 100644
|
||||
+}
|
||||
+// Chromium: We use the internal field first_dts ^^^
|
||||
+
|
||||
struct AVCodecParserContext *av_stream_get_parser(const AVStream *st)
|
||||
int avformat_query_codec(const AVOutputFormat *ofmt, enum AVCodecID codec_id,
|
||||
int std_compliance)
|
||||
{
|
||||
return cffstream(st)->parser;
|
||||
|
@ -1 +1 @@
|
||||
5.0.1 1
|
||||
5.1 1
|
||||
|
Loading…
Reference in New Issue
Block a user