Skip to content

Commit b1a9cc9

Browse files
committed
v4l2: don't preparse
1 parent 967cd8e commit b1a9cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/access/v4l2/access.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ int AccessOpen( vlc_object_t *obj )
5959
{
6060
access_t *access = (access_t *)obj;
6161

62+
if( access->b_preparsing )
63+
return VLC_EGENERIC;
64+
6265
access_InitFields( access );
6366

6467
access_sys_t *sys = calloc (1, sizeof (*sys));

0 commit comments

Comments
 (0)