From 3d8f078b6109d244bc2629cdb5bd11b3a7c5768d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 8 Feb 2014 17:21:19 +0100 Subject: [PATCH] rtpac3depay: Remove unused variable --- gst/rtp/gstrtpac3depay.c | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/gst/rtp/gstrtpac3depay.c b/gst/rtp/gstrtpac3depay.c index fc79b5d..1bcb543 100644 --- a/gst/rtp/gstrtpac3depay.c +++ b/gst/rtp/gstrtpac3depay.c @@ -124,53 +124,6 @@ gst_rtp_ac3_depay_setcaps (GstRTPBaseDepayload * depayload, GstCaps * caps) return res; } -struct frmsize_s -{ - guint16 bit_rate; - guint16 frm_size[3]; -}; - -static const struct frmsize_s frmsizecod_tbl[] = { - {32, {64, 69, 96}}, - {32, {64, 70, 96}}, - {40, {80, 87, 120}}, - {40, {80, 88, 120}}, - {48, {96, 104, 144}}, - {48, {96, 105, 144}}, - {56, {112, 121, 168}}, - {56, {112, 122, 168}}, - {64, {128, 139, 192}}, - {64, {128, 140, 192}}, - {80, {160, 174, 240}}, - {80, {160, 175, 240}}, - {96, {192, 208, 288}}, - {96, {192, 209, 288}}, - {112, {224, 243, 336}}, - {112, {224, 244, 336}}, - {128, {256, 278, 384}}, - {128, {256, 279, 384}}, - {160, {320, 348, 480}}, - {160, {320, 349, 480}}, - {192, {384, 417, 576}}, - {192, {384, 418, 576}}, - {224, {448, 487, 672}}, - {224, {448, 488, 672}}, - {256, {512, 557, 768}}, - {256, {512, 558, 768}}, - {320, {640, 696, 960}}, - {320, {640, 697, 960}}, - {384, {768, 835, 1152}}, - {384, {768, 836, 1152}}, - {448, {896, 975, 1344}}, - {448, {896, 976, 1344}}, - {512, {1024, 1114, 1536}}, - {512, {1024, 1115, 1536}}, - {576, {1152, 1253, 1728}}, - {576, {1152, 1254, 1728}}, - {640, {1280, 1393, 1920}}, - {640, {1280, 1394, 1920}} -}; - static GstBuffer * gst_rtp_ac3_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) { -- 2.7.4