Skip to content
Snippets Groups Projects
Commit 616e96cb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

rawvid: remove seek on error

parent ecb4023e
No related branches found
No related tags found
No related merge requests found
......@@ -359,8 +359,6 @@ valid:
return VLC_SUCCESS;
error:
/* workaround, but y4m uses vlc_stream_ReadLine */
vlc_stream_Seek( p_demux->s, 0 );
free( p_sys );
return VLC_EGENERIC;
}
......
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