Commit c62e5319 authored by Tristan Matthews's avatar Tristan Matthews Committed by Rémi Denis-Courmont

araw: remove duplicate line

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 5c15aa3d
......@@ -733,7 +733,6 @@ static block_t *Encode( encoder_t *enc, block_t *in )
out->i_dts = in->i_dts;
out->i_pts = in->i_pts;
out->i_length = in->i_length;
out->i_nb_samples = in->i_nb_samples;
void (*encode)(void *, const uint8_t *, unsigned) = (void *)enc->p_sys;
if( encode != NULL )
......
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