mirror of https://github.com/mpv-player/mpv
Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28186 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0f32636053
commit
082b91fc9f
|
@ -1516,7 +1516,7 @@ videocodec 3ivX
|
|||
|
||||
videocodec rv3040
|
||||
info "Linux RealPlayer 10 RV30/40 decoder"
|
||||
status working
|
||||
status buggy ; tries to use multi-threaded decoding on SMP systems and crashes on exit
|
||||
fourcc RV30,rv30
|
||||
fourcc RV40,rv40
|
||||
driver realvid
|
||||
|
|
Loading…
Reference in New Issue