Mercurial > libavcodec.hg
changeset 6276:e9cff14a5ae5 libavcodec
forgotten const
author | michael |
---|---|
date | Fri, 01 Feb 2008 15:41:16 +0000 |
parents | 2ce4b47513a0 |
children | 2bd174b8d32e |
files | qpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/qpeg.c Fri Feb 01 15:40:03 2008 +0000 +++ b/qpeg.c Fri Feb 01 15:41:16 2008 +0000 @@ -117,7 +117,7 @@ /* Decodes delta frames */ static void qpeg_decode_inter(const uint8_t *src, uint8_t *dst, int size, int stride, int width, int height, - int delta, uint8_t *ctable, uint8_t *refdata) + int delta, const uint8_t *ctable, uint8_t *refdata) { int i, j; int code;