mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
Remove lowres video decoding
This feature is complex, of questionable utility, and slows down normal decoding. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -46,9 +46,6 @@ void ff_fdct248_islow_8(DCTELEM *data);
|
||||
void ff_fdct248_islow_10(DCTELEM *data);
|
||||
|
||||
void ff_j_rev_dct (DCTELEM *data);
|
||||
void ff_j_rev_dct4 (DCTELEM *data);
|
||||
void ff_j_rev_dct2 (DCTELEM *data);
|
||||
void ff_j_rev_dct1 (DCTELEM *data);
|
||||
void ff_wmv2_idct_c(DCTELEM *data);
|
||||
|
||||
void ff_fdct_mmx(DCTELEM *block);
|
||||
|
||||
Reference in New Issue
Block a user