mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/magicyuv: use cached bitstream reader except for x32
This commit is contained in:
parent
445e5fb67a
commit
276d86a8b8
@ -22,6 +22,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define CACHED_BITSTREAM_READER !ARCH_X86_32
|
||||
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "libavutil/qsort.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user