Commit daa358a6 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix stupid mistake in [16427]

parent 20ef7513
......@@ -877,7 +877,7 @@ static block_t *EncodeVideo( encoder_t *p_enc, picture_t *p_pict )
/* End work-around */
i_out = avcodec_encode_video( p_sys->p_context, (uint8_t*)p_sys->p_buffer_out,
p_context->height * p_context->width * 3, &frame );
p_sys->p_context->height * p_sys->p_context->width * 3, &frame );
if( i_out > 0 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment