Browse Source

avcodec: fix pointer conversion warning

pull/7/head
Rémi Denis-Courmont 13 years ago
parent
commit
ce54febaac
  1. 2
      modules/codec/avcodec/encoder.c

2
modules/codec/avcodec/encoder.c

@ -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;
/*

Loading…
Cancel
Save