Commit ce54feba authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avcodec: fix pointer conversion warning

parent 59609879
......@@ -96,7 +96,7 @@ struct encoder_sys_t
/*
* Common buffer mainly for audio as frame size in there needs usually be constant
*/
char *p_buffer;
uint8_t *p_buffer;
size_t i_buffer_out;
/*
......
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