Bug #1090 ยป vdr-dxr3-dxr3ffmpeg.patch
dxr3-0.2.13/dxr3ffmpeg.c 2012-10-12 21:30:01.910216881 +0200 | ||
---|---|---|
//! constructor
|
||
cDxr3Ffmpeg::cDxr3Ffmpeg()
|
||
{
|
||
avcodec_init();
|
||
avcodec_register_all();
|
||
// Only the MP2 decoder would be needed, but individual registration of
|
||
// codecs bundled with ffmpeg itself does not appear to be really supported
|
||
// as of ffmpeg 2007-07-xx and later.
|