mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 01:52:45 +00:00
libavcodec/hevc_mp4toannexb_bsf.c
This commit is contained in:
parent
9c72b5299c
commit
3addbc0c38
1 changed files with 4 additions and 3 deletions
|
@ -55,14 +55,14 @@ diff --git a/third_party/ffmpeg/ffmpeg_generated.gni b/third_party/ffmpeg/ffmpeg
|
|||
index 8ac532b..a5d2aa0 100644
|
||||
--- a/third_party/ffmpeg/ffmpeg_generated.gni
|
||||
+++ b/third_party/ffmpeg/ffmpeg_generated.gni
|
||||
@@ -246,6 +246,41 @@ if ((is_mac && ffmpeg_branding == "Chrome") || (is_win && ffmpeg_branding == "Ch
|
||||
@@ -246,6 +246,42 @@ if ((is_mac && ffmpeg_branding == "Chrome") || (is_win && ffmpeg_branding == "Ch
|
||||
"libavcodec/h264idct.c",
|
||||
"libavcodec/h264qpel.c",
|
||||
"libavcodec/startcode.c",
|
||||
+
|
||||
+ # https://github.com/henrypp/chromium/blob/master/hevc_support_new.md
|
||||
+ "libavcodec/bswapdsp.c",
|
||||
+ "libavcodec/autorename_libavcodec_hevcdec.c",
|
||||
+ "libavcodec/hevcdec.c",
|
||||
+ "libavcodec/hevc_cabac.c",
|
||||
+ "libavcodec/hevc_data.c",
|
||||
+ "libavcodec/hevc_filter.c",
|
||||
|
@ -74,7 +74,8 @@ index 8ac532b..a5d2aa0 100644
|
|||
+ "libavcodec/hevc_sei.c",
|
||||
+ "libavcodec/hevcdsp.c",
|
||||
+ "libavcodec/hevcpred.c",
|
||||
+ "libavformat/autorename_libavformat_hevc.c",
|
||||
+ "libavcodec/hevc_mp4toannexb_bsf.c",
|
||||
+ "libavformat/hevc.c",
|
||||
+ "libavformat/hevcdec.c",
|
||||
+ ]
|
||||
+}
|
||||
|
|
Loading…
Add table
Reference in a new issue