[FFmpeg-devel] [PATCH 2/2] avcodec/put_bits: Make bit buffers 64-bit
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sat Jul 18 14:53:36 EEST 2020
Am Fr., 17. Juli 2020 um 21:41 Uhr schrieb Steinar H. Gunderson
<steinar+ffmpeg at gunderson.no>:
> +#if ARCH_AARCH64 || ARCH_IA64 || ARCH_MIPS64 || ARCH_SPARC64 || ARCH_X86_64
I suggest to only do this for the platforms that you actually tested.
> +typedef uint64_t BitBuf;
> +#define AV_WBBUF AV_WB64
> +#define AV_WLBUF AV_WL64
Carl Eugen
More information about the ffmpeg-devel
mailing list