opusenc: fall through switch statement

Adding a comment makes coverity happy and quells the issue.

CID 1291629
This commit is contained in:
Luis de Bethencourt 2015-03-24 15:13:52 +00:00
parent 6f33c20b00
commit 56485e3b14

View file

@ -1019,6 +1019,7 @@ gst_opus_enc_get_property (GObject * object, guint prop_id, GValue * value,
("constrained-vbr property is deprecated; use bitrate-type instead");
g_value_set_boolean (value,
enc->bitrate_type == BITRATE_TYPE_CONSTRAINED_VBR);
/* fall through */
case PROP_BITRATE_TYPE:
g_value_set_enum (value, enc->bitrate_type);
break;