access: set all callback fields in ACCESS_SET_CALLBACKS

This commit is contained in:
Steve Lhomme 2023-02-01 08:22:31 +01:00 committed by Jean-Baptiste Kempf
parent 175877c0a1
commit 721c4bc5a1
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ VLC_API int access_vaDirectoryControlHelper( stream_t *p_access, int i_query, va
p_access->pf_block = (block); \
p_access->pf_control = (control); \
p_access->pf_seek = (seek); \
p_access->pf_demux = NULL; \
} while(0)
/**