opusenc: fall through switch statement
authorLuis de Bethencourt <luis.bg@samsung.com>
Tue, 24 Mar 2015 15:13:52 +0000 (15:13 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Tue, 24 Mar 2015 15:14:05 +0000 (15:14 +0000)
Adding a comment makes coverity happy and quells the issue.

CID 1291629

ext/opus/gstopusenc.c

index ef1553f..f75175c 100644 (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;