mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 16:00:02 +01:00
lavc: Add coded bitstream read/write support for H.265
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1741,6 +1741,7 @@ CONFIG_EXTRA="
|
||||
cabac
|
||||
cbs
|
||||
cbs_h264
|
||||
cbs_h265
|
||||
dirac_parse
|
||||
dvprofile
|
||||
faandct
|
||||
@@ -1968,6 +1969,7 @@ threads_if_any="$THREADS_LIST"
|
||||
|
||||
# subsystems
|
||||
cbs_h264_select="cbs golomb"
|
||||
cbs_h265_select="cbs golomb"
|
||||
dct_select="rdft"
|
||||
dirac_parse_select="golomb"
|
||||
error_resilience_select="me_cmp"
|
||||
|
||||
Reference in New Issue
Block a user