Skip to content
Snippets Groups Projects
Commit 61ddfd16 authored by zorglub's avatar zorglub
Browse files

Reuse the encoder

parent c8eb02d6
No related branches found
No related tags found
No related merge requests found
......@@ -222,8 +222,8 @@ static void Display( vout_thread_t *p_vout, picture_t *p_pic )
10 );
fmt_in.i_chroma = p_vout->render.i_chroma;
fmt_in.i_width = p_vout->render.i_width;
fmt_in.i_height = p_vout->render.i_height;
fmt_out.i_width = fmt_in.i_width = p_vout->render.i_width;
fmt_out.i_height = fmt_in.i_height = p_vout->render.i_height;
p_vout->p_sys->i_current++;
......
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