Commit b0d6dcc5 authored by Olivier Aubert's avatar Olivier Aubert

mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)

parent 8f1a5b3d
......@@ -31,12 +31,12 @@ extern "C" {
#include <vlc/vlc.h>
#include "vlc/mediacontrol_structures.h"
typedef struct mediacontrol_Instance {
struct mediacontrol_Instance {
vlc_object_t *p_vlc;
playlist_t *p_playlist;
intf_thread_t *p_intf;
int vlc_object_id;
} mediacontrol_Instance;
};
vlc_int64_t mediacontrol_unit_convert( input_thread_t *p_input,
mediacontrol_PositionKey from,
......
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