Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] vdr-softdevice-0.0.7pre1



On Freitag, 16. Juli 2004 13:15, Joerg Riechardt wrote:

[ .. ]

> [softdevice] should set volume to 0
> [mpegdecoder] Fatal error! Audio codec not found
> 
> what could be wrong?

Message is from:
    codec = avcodec_find_decoder(CODEC_ID_MP2);
    if (!codec) {
        printf("[mpegdecoder] Fatal error! Audio codec not found\n");
        exit(1);
    }

ffmpeg without audio decoder ? Which version of ffmpeg do you use ?
Mine is a cvs snapshot from february.

Stefan Lucke





Home | Main Index | Thread Index