[vdr] vdr xine-lib eac3
zaverel
zaverel at free.fr
Tue Jun 15 15:29:43 CEST 2010
hello
i use your patch xineliboutputeac3_4.diff with vdr-1.7.15 and latest
xine-lib-1.2 and xineliboutput .
That's work very better than my previous test.
But there is a probleme with 5.0 audio (only music and no voice).
I think that's why i have ramdom crash at vdr-sxfe startup or zapping
on eac3 hd channel.
pist fra (the first) is sometime in 2.0 sometime in 5.0
so i still have to downmix eac3 to stereo whith your
ff_audio_decoder.patch from xine-user mailing list.
That dont prevent crash but 5.0 has alway good sound
see you
diff -r cb99a1abe986 src/combined/ffmpeg/ff_audio_decoder.c
--- a/src/combined/ffmpeg/ff_audio_decoder.c Fri Apr 09 18:55:47 2010
+0200
+++ b/src/combined/ffmpeg/ff_audio_decoder.c Sat Apr 10 16:23:14 2010
+0200
@@ -219,6 +219,12 @@
this->context->extradata_size);
break;
}
+ case BUF_AUDIO_EAC3:
+ case BUF_AUDIO_A52:
+ {
+ this->context->request_channels = 2;
+ break;
+ }
default:
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
"ffmpeg_audio_dec: unknown header with buf type
0x%X\n", codec_type);
More information about the vdr
mailing list