Commit 179cf148 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'fcf5fc44'

* commit 'fcf5fc44':
  truehd: tune VLC decoding for ARM.

Conflicts:
	libavcodec/mlpdec.c

See: e555e1bcMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b01a2562 fcf5fc44
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include "config.h" #include "config.h"
/** number of bits used for VLC lookup - longest Huffman code is 9 */ /** 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_BITS 5
#define VLC_STATIC_SIZE 64 #define VLC_STATIC_SIZE 64
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment