无论是自己编译linux-2.6.28.6-20101007内核还是直接运行网站最新的zImage_n43和根文件系统rootfs_qtopia_qt4.ext3,都无法使用smplayer播放媒体文件,
每次打开文件都返回
s3c_mfc_inst_init_dec: sequence init failed
查了下代码,执行到s3c_mfs_str.c的 s3c_mfc_issue_command
函数中这段返回了
if(interruptible_sleep_on_timeout(&s3c_mfc_wait_queue, 500) == 0) {
s3c_mfc_stream_end();
return FALSE;
}
请问有人成功过吗?
[ 此帖被delpiero1在2010-10-20 14:04重新编辑 ]