mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Merge commit 'fcf5fc444522d24caa9907225802817ae788f511'
* commit 'fcf5fc444522d24caa9907225802817ae788f511':
truehd: tune VLC decoding for ARM.
Conflicts:
libavcodec/mlpdec.c
See: e555e1bc39
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
179cf14832
@ -40,7 +40,7 @@
|
||||
#include "config.h"
|
||||
|
||||
/** number of bits used for VLC lookup - longest Huffman code is 9 */
|
||||
#if ARCH_ARM == 1
|
||||
#if ARCH_ARM
|
||||
#define VLC_BITS 5
|
||||
#define VLC_STATIC_SIZE 64
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user