Remove useless break

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28559 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-02-14 17:30:41 +00:00
parent c81dd09974
commit f2eb312f74
1 changed files with 0 additions and 1 deletions

View File

@ -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;