mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
[ffvpx] Update ffvp9/ffvp8 to 3.4.2-release
Structure of code was slightly modified so that it should be no longer necessary to re-generate the config_*.h files, greatly simplifying the resync process in the future.
This commit is contained in:
parent
705e180aea
commit
d1361d3c21
183 changed files with 17773 additions and 28489 deletions
|
|
@ -19,3 +19,8 @@ void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int strict) {}
|
|||
void ff_float_dsp_init_mips(AVFloatDSPContext *fdsp) {}
|
||||
|
||||
int av_hwframe_get_buffer(struct AVBufferRef* hwframe_ref, struct AVFrame* frame, int flags) { return 0; }
|
||||
|
||||
// cpu.c
|
||||
size_t ff_get_cpu_max_align_aarch64() { return 0; }
|
||||
size_t ff_get_cpu_max_align_arm() { return 0; }
|
||||
size_t ff_get_cpu_max_align_ppc() { return 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue