[MPlayer-cvslog] r33432 - trunk/stream/freesdp/parser.c
reimar
subversion at mplayerhq.hu
Sat May 7 23:01:38 CEST 2011
Author: reimar
Date: Sat May 7 23:01:38 2011
New Revision: 33432
Log:
Remove unused variable.
Modified:
trunk/stream/freesdp/parser.c
Modified: trunk/stream/freesdp/parser.c
==============================================================================
--- trunk/stream/freesdp/parser.c Sat May 7 22:55:21 2011 (r33431)
+++ trunk/stream/freesdp/parser.c Sat May 7 23:01:38 2011 (r33432)
@@ -65,7 +65,7 @@ fsdp_parse (const char *text_description
{
fsdp_error_t result;
const char *p = text_description, *p2;
- unsigned int index, j;
+ unsigned int j;
/* temps for sscanf */
const unsigned int TEMPCHARS = 6;
char fsdp_buf[TEMPCHARS][MAXSHORTFIELDLEN];
@@ -252,7 +252,6 @@ fsdp_parse (const char *text_description
return FSDPE_MISSING_TIME;
dsc->time_periods = calloc (dsc->time_periods_count,
sizeof (fsdp_time_period_t *));
- index = 0;
for (j = 0; j < dsc->time_periods_count; j++)
{
unsigned int h = 0;
More information about the MPlayer-cvslog
mailing list