mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtpac3depay: Remove unused variable
This commit is contained in:
parent
29ea0db5a3
commit
3d8f078b61
1 changed files with 0 additions and 47 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue