Mercurial > libavcodec.hg
changeset 5143:151f6f3a507b libavcodec
Correct signature of just_return().
author | takis |
---|---|
date | Fri, 15 Jun 2007 08:15:45 +0000 |
parents | 16edc523f0c9 |
children | e92146cec4a8 |
files | dsputil.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.c Thu Jun 14 16:16:37 2007 +0000 +++ b/dsputil.c Fri Jun 15 08:15:45 2007 +0000 @@ -3797,7 +3797,7 @@ dest[0] = cm[dest[0] + ((block[0] + 4)>>3)]; } -static void just_return() { return; } +static void just_return(void *mem av_unused, int stride av_unused, int h av_unused) { return; } /* init static data */ void dsputil_static_init(void)