Originally committed as revision 11759 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -187,7 +187,7 @@ static int decode_13(AVCodecContext *avctx, DxaDecContext *c, uint8_t* dst, uint |
| 187 | 187 |
return 0; |
| 188 | 188 |
} |
| 189 | 189 |
|
| 190 |
-static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
|
| 190 |
+static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) |
|
| 191 | 191 |
{
|
| 192 | 192 |
DxaDecContext * const c = avctx->priv_data; |
| 193 | 193 |
uint8_t *outptr, *srcptr, *tmpptr; |