Mailing List archive

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

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





Stefan Lucke 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.
  
I use ffmpeg downloaded last night from cvs.
Is there any other information you need to help me?
Jörg


Home | Main Index | Thread Index