mirror of
https://github.com/mpv-player/mpv
synced 2025-02-24 00:46:58 +00:00
Remove useless break
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28559 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c81dd09974
commit
f2eb312f74
@ -145,7 +145,6 @@ static int control(sh_video_t *sh,int cmd,void* arg,...){
|
||||
}
|
||||
return CONTROL_FALSE;
|
||||
}
|
||||
break;
|
||||
case VDCTRL_RESYNC_STREAM:
|
||||
avcodec_flush_buffers(avctx);
|
||||
return CONTROL_TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user