const
Originally committed as revision 11759 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
095f08d599
commit
2cc7c6555a
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ static int decode_13(AVCodecContext *avctx, DxaDecContext *c, uint8_t* dst, uint
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
|
||||
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
|
||||
{
|
||||
DxaDecContext * const c = avctx->priv_data;
|
||||
uint8_t *outptr, *srcptr, *tmpptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue