rtph264depay: remove unused value

CID #1226474
This commit is contained in:
Luis de Bethencourt 2015-03-09 16:22:29 +00:00
parent 5cd293fe76
commit 823194284c

View file

@ -965,11 +965,11 @@ gst_rtp_h264_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
} }
case 26: case 26:
/* MTAP16 Multi-time aggregation packet 5.7.2 */ /* MTAP16 Multi-time aggregation packet 5.7.2 */
header_len = 5; // header_len = 5;
/* fallthrough, not implemented */ /* fallthrough, not implemented */
case 27: case 27:
/* MTAP24 Multi-time aggregation packet 5.7.2 */ /* MTAP24 Multi-time aggregation packet 5.7.2 */
header_len = 6; // header_len = 6;
goto not_implemented; goto not_implemented;
break; break;
case 28: case 28: