Commit c3dca4e1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Compile fix.

parent dff43436
......@@ -544,7 +544,7 @@ enum input_state_e
ERROR_S
};
static const char *ppsz_input_state[] = { N_("Initializing"), N_("Opening"), N_("Buffer"), N_("Play"), N_("Pause"), N_("Stop"), N_("Error") }
static const char *ppsz_input_state[] = { N_("Initializing"), N_("Opening"), N_("Buffer"), N_("Play"), N_("Pause"), N_("Stop"), N_("Error") };
/* "rate" default, min/max
* A rate below 1000 plays the movie faster,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment