Commit 65770590 authored by David Fuhrmann's avatar David Fuhrmann

videotoolbox: remove write-only variable

parent 7e08a135
...@@ -308,7 +308,6 @@ static int StartVideoToolbox(decoder_t *p_dec, block_t *p_block) ...@@ -308,7 +308,6 @@ static int StartVideoToolbox(decoder_t *p_dec, block_t *p_block)
if (p_block == NULL) { if (p_block == NULL) {
int buf_size = p_dec->fmt_in.i_extra + 20; int buf_size = p_dec->fmt_in.i_extra + 20;
uint32_t i_nal_size = 0;
size = p_dec->fmt_in.i_extra; size = p_dec->fmt_in.i_extra;
p_alloc_buf = p_buf = malloc(buf_size); p_alloc_buf = p_buf = malloc(buf_size);
......
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