mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
more lvalue casts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12378 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4ebc221760
commit
692e4b90f4
@ -52,10 +52,10 @@ static int preinit(sh_audio_t *sh) {
|
||||
static int init(sh_audio_t *sh) {
|
||||
switch (sh->format) {
|
||||
case mmioFOURCC('1','4','_','4'):
|
||||
(Real_144*)sh->context = init_144();
|
||||
sh->context = init_144();
|
||||
break;
|
||||
case mmioFOURCC('2','8','_','8'):
|
||||
(Real_288*)sh->context = init_288();
|
||||
sh->context = init_288();
|
||||
break;
|
||||
default:
|
||||
mp_msg(MSGT_DECAUDIO,MSGL_ERR,"[ra1428] Unhandled format in init: %x\n", sh->format);
|
||||
|
Loading…
Reference in New Issue
Block a user