Commit deb4ea2e authored by Thomas Guillem's avatar Thomas Guillem

videotoolbox: remove unused variables

parent 250f728d
...@@ -728,8 +728,6 @@ static bool H264ProcessBlock(decoder_t *p_dec, block_t *p_block) ...@@ -728,8 +728,6 @@ static bool H264ProcessBlock(decoder_t *p_dec, block_t *p_block)
if (p_sys->b_is_avcc) if (p_sys->b_is_avcc)
return true; return true;
int buf_size = p_dec->fmt_in.i_extra + 20;
uint32_t size = p_dec->fmt_in.i_extra;
uint8_t *p_sps_buf = NULL, *p_pps_buf = NULL; uint8_t *p_sps_buf = NULL, *p_pps_buf = NULL;
size_t i_sps_size = 0, i_pps_size = 0; size_t i_sps_size = 0, i_pps_size = 0;
int i_ret = 0; int i_ret = 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