Thank you. I saw there were some checkins concerning the format auto detection. Unfortunatly this still doesn't work well. Without the following code
Code:
bool CDVDDemuxFFmpeg::Open(CDVDInputStream* pInput)
...
else if( content.compare("video/x-mpeg2-ts") == 0 )
iformat = m_dllAvFormat.av_find_input_format("mpegts");Also with the current SVN code, starting the playback takes a few seconds longer than before.

Search
Help