mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
[ffvpx] Restore AVOptions and dictionary features
FFmpeg requires specific default values in AVCodecContext to be set. Instead of manually setting these each time we resync with upstream, let's use FFmpeg's own AVOptions which automatically sets all the values to their default.
This commit is contained in:
parent
7005e37b98
commit
705e180aea
8 changed files with 2774 additions and 106 deletions
|
|
@ -38,6 +38,7 @@ SOURCES += [
|
|||
'log2_tab.c',
|
||||
'mathematics.c',
|
||||
'mem.c',
|
||||
'opt.c',
|
||||
'parseutils.c',
|
||||
'pixdesc.c',
|
||||
'pixelutils.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue