libavcodec/hevc_mp4toannexb_bsf.c

This commit is contained in:
Mikhail Novosyolov 2018-10-31 12:39:35 +03:00
parent 9c72b5299c
commit 3addbc0c38

View file

@ -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",
+ ]
+}