mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Correct signature of just_return().
Originally committed as revision 9315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b997b67c63
commit
d111e41fd3
@ -3797,7 +3797,7 @@ static void ff_jref_idct1_add(uint8_t *dest, int line_size, DCTELEM *block)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user