mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:12:25 +00:00
Add missed 'break'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20822 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
66e1b5c8ed
commit
3843d10a5e
@ -532,11 +532,13 @@ static inline int set_frequency(radio_priv_t* priv,float frequency){
|
||||
case RADIO_DRIVER_V4L:
|
||||
if(set_frequency_v4l(priv,frequency)!=STREAM_OK)
|
||||
return STREAM_ERROR;
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_RADIO_V4L2
|
||||
case RADIO_DRIVER_V4L2:
|
||||
if(set_frequency_v4l2(priv,frequency)!=STREAM_OK)
|
||||
return STREAM_ERROR;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
mp_msg(MSGT_RADIO,MSGL_ERR,MSGTR_RADIO_DriverUnknownId,priv->driver);
|
||||
|
Loading…
Reference in New Issue
Block a user