Commit 8d2778cf authored by Felix Paul Kühne's avatar Felix Paul Kühne

videotoolbox: compilation fix

parent 1c5c4a11
...@@ -316,7 +316,7 @@ static int StartVideoToolbox(decoder_t *p_dec, block_t *p_block) ...@@ -316,7 +316,7 @@ static int StartVideoToolbox(decoder_t *p_dec, block_t *p_block)
p_dec->fmt_in.i_extra, p_dec->fmt_in.i_extra,
&i_buf, &i_buf,
&p_sys->i_nal_length_size); &p_sys->i_nal_length_size);
buf = p_alloc_buf; p_buf = p_alloc_buf;
p_sys->b_is_avcc = !!p_buf; p_sys->b_is_avcc = !!p_buf;
} }
} else { } else {
......
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