forked from pool/xine-lib
14 lines
510 B
Diff
14 lines
510 B
Diff
|
Index: src/audio_dec/xine_a52_decoder.c
|
||
|
===================================================================
|
||
|
--- src/audio_dec/xine_a52_decoder.c.orig 2018-01-11 14:49:47.000000000 +0200
|
||
|
+++ src/audio_dec/xine_a52_decoder.c 2018-01-23 11:15:30.340612335 +0200
|
||
|
@@ -715,7 +715,7 @@ static audio_decoder_t *open_plugin (aud
|
||
|
capabilities themselves?
|
||
|
*/
|
||
|
#warning "Enabling all external liba52 capabilities."
|
||
|
- a52_init (0xFFFFFFFF)
|
||
|
+ a52_init ()
|
||
|
#else
|
||
|
a52_init (xine_mm_accel())
|
||
|
#endif
|