Commit 51f99614 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix URL

parent e9fa807d
...@@ -84,7 +84,7 @@ vlc_int64_t private_mediacontrol_unit_convert( input_thread_t *p_input, ...@@ -84,7 +84,7 @@ vlc_int64_t private_mediacontrol_unit_convert( input_thread_t *p_input,
return( value * f_fps / 1000.0 ); return( value * f_fps / 1000.0 );
} }
/* Cannot happen */ /* Cannot happen */
/* See http://catb.org/~esr/jargon/html/entry/can't-happen.html */ /* See http://catb.org/~esr/jargon/html/entry/can-t-happen.html */
break; break;
case mediacontrol_SampleCount: case mediacontrol_SampleCount:
......
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