Luis de Bethencourt 0767a237ad opusparse: remove unneeded statement
commit da5c41930c4083979b1745f4d8848d97fe03d8eb removed the two uses of the
new value of data:
  channels = opus_packet_get_nb_channels (data);
  bandwidth = opus_packet_get_bandwidth (data);

Since then, data isn't being used between incrementing it by packet_offset
and going out of scope. Removing this uneeded statement.
2015-11-27 18:51:10 +00:00
..
2014-04-08 09:55:15 +02:00
2015-11-06 19:29:49 +00:00
2015-08-18 11:54:33 +03:00
2015-11-06 19:29:49 +00:00
2014-08-10 12:29:04 +01:00
2015-10-02 22:24:19 +03:00
2015-02-24 14:01:18 +00:00
2014-09-24 14:45:20 +01:00
2015-11-19 17:25:01 +00:00
2014-09-16 12:48:25 +03:00
2015-11-27 18:51:10 +00:00
2015-11-20 11:18:43 +11:00
2015-10-03 17:52:51 +01:00
2015-07-10 15:25:26 +10:00