Commit c9699d8f authored by Tristan Matthews's avatar Tristan Matthews

jpeg: encoder: set pts and dts

parent 1928d1bf
......@@ -405,6 +405,8 @@ static block_t *EncodeBlock(encoder_t *p_enc, picture_t *p_pic)
}
free(p_row_pointers);
p_block->i_dts = p_block->i_pts = p_pic->date;
return p_block;
error:
......
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