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

v4l2: split module stuff and common access/demux video stuff

parent 4ae81abe
......@@ -158,6 +158,7 @@ libaccess_shm_plugin_la_DEPENDENCIES =
libvlc_LTLIBRARIES += $(LTLIBaccess_shm)
libv4l2_plugin_la_SOURCES = \
v4l2/v4l2.c \
v4l2/video.c \
v4l2/demux.c \
v4l2/access.c \
......
This diff is collapsed.
......@@ -77,8 +77,11 @@ struct buffer_t
size_t length;
};
/* video.c */
/* v4l2.c */
void ParseMRL(vlc_object_t *, const char *);
v4l2_std_id var_InheritStandard (vlc_object_t *, const char *);
/* video.c */
int SetupInput (vlc_object_t *, int fd);
int SetupFormat (vlc_object_t *, int, uint32_t,
struct v4l2_format *, struct v4l2_streamparm *);
......
This diff is collapsed.
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