Skip to content
Snippets Groups Projects
Commit 2621fdeb authored by Rafaël Carré's avatar Rafaël Carré
Browse files

avio output: use correct private context

parent f8fc2f58
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ static ssize_t Read(access_t *access, uint8_t *data, size_t size)
*****************************************************************************/
static ssize_t Write(sout_access_out_t *p_access, block_t *p_buffer)
{
access_sys_t *p_sys = (access_sys_t*)p_access->p_sys;
sout_access_out_sys_t *p_sys = (sout_access_out_sys_t*)p_access->p_sys;
size_t i_write = 0;
int val;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment