unused variable

This commit is contained in:
Castillo, Gerard
2014-03-10 18:07:26 +01:00
parent 00f4ff1b2c
commit 5b8a007bdd

View File

@@ -59,9 +59,7 @@ static const uint8_t start_sequence[] = { 0, 0, 0, 1 };
int fill_coded_frame_from_sps(struct video_frame *rx_data, unsigned char *data, int data_len);
int decode_frame_h264(struct coded_data *cdata, void *decode_data) {
rtp_packet *pckt = NULL;
int substream = 0;
struct coded_data *orig = cdata;
uint8_t nal;