mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
const
Originally committed as revision 11753 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd5a654ed5
commit
48670d4740
@ -135,7 +135,7 @@ static void add_frame_32(AVFrame *f, uint8_t *src,
|
||||
#endif
|
||||
|
||||
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
||||
uint8_t *buf, int buf_size) {
|
||||
const uint8_t *buf, int buf_size) {
|
||||
CamStudioContext *c = avctx->priv_data;
|
||||
AVFrame *picture = data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user