summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpvp9pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpvp9pay.c')
-rw-r--r--gst/rtp/gstrtpvp9pay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpvp9pay.c b/gst/rtp/gstrtpvp9pay.c
index 281ceaa84..9f80fe5ca 100644
--- a/gst/rtp/gstrtpvp9pay.c
+++ b/gst/rtp/gstrtpvp9pay.c
@@ -308,6 +308,7 @@ gst_rtp_vp9_calc_header_len (GstRtpVP9Pay * self, gboolean start)
switch (self->picture_id_mode) {
case VP9_PAY_PICTURE_ID_7BITS:
len += 1;
+ break;
case VP9_PAY_PICTURE_ID_15BITS:
len += 2;
default: