summarylogtreecommitdiffstats
path: root/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
diff options
context:
space:
mode:
authorNathaniel Chin2023-06-26 23:36:10 +0800
committerNathaniel Chin2023-06-26 23:36:10 +0800
commitcec81eb3e03cc1d383734a56cb335b1054a81667 (patch)
tree5c3ce8b9b1713a494b26a9518a7f210acaf208fa /040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
parent12e01df810cabb3a79179f4635b702b4eb656344 (diff)
downloadaur-cec81eb3e03cc1d383734a56cb335b1054a81667.tar.gz
Update to FFmpeg 6.0
Rebased upon current ffmpeg-full
Diffstat (limited to '040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch')
-rw-r--r--040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch b/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
index 83fd707e65d0..b6eb1d7394b5 100644
--- a/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
+++ b/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
@@ -1,8 +1,8 @@
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
-@@ -1128,6 +1128,10 @@ struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
- */
+@@ -1019,6 +1019,10 @@ attribute_deprecated
int64_t av_stream_get_end_pts(const AVStream *st);
+ #endif
+// Chromium: We use the internal field first_dts vvv
+int64_t av_stream_get_first_dts(const AVStream *st);