mirror of https://github.com/mpv-player/mpv
Disabled spuenc, it still doesn't work well with the em8300
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6749 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
758b86265b
commit
4ec11b9c89
|
@ -6,6 +6,9 @@
|
|||
*/
|
||||
|
||||
/* ChangeLog added 2002-01-10
|
||||
* 2002-07-18:
|
||||
* Disabled spuenc support, this is still not stable enough =(
|
||||
*
|
||||
* 2002-07-05:
|
||||
* Removed lavc and fame encoder to be compatible with new libvo style.
|
||||
* Added graphic equalizer support.
|
||||
|
@ -331,10 +334,12 @@ static void draw_osd(void)
|
|||
* as if it hasn't and we re-send it it will "blink" as the last one
|
||||
* is turned off, and the new one (same one) is turned on
|
||||
*/
|
||||
/* Subpics are not stable yet =(
|
||||
expect lockups if you enable
|
||||
if (!noprebuf) {
|
||||
ioctl(fd_spu, EM8300_IOCTL_SPU_SETPTS, &vo_pts);
|
||||
}
|
||||
write(fd_spu, spued->data, spued->count);
|
||||
write(fd_spu, spued->data, spued->count);*/
|
||||
}
|
||||
disposd++;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue