You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/mpeg_er: Mark ff_mpeg_er_init() as av_cold
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -96,7 +96,7 @@ static void mpeg_er_decode_mb(void *opaque, int ref, int mv_dir, int mv_type,
|
|||||||
ff_mpv_reconstruct_mb(s, s->block);
|
ff_mpv_reconstruct_mb(s, s->block);
|
||||||
}
|
}
|
||||||
|
|
||||||
int ff_mpeg_er_init(MpegEncContext *s)
|
av_cold int ff_mpeg_er_init(MpegEncContext *s)
|
||||||
{
|
{
|
||||||
ERContext *er = &s->er;
|
ERContext *er = &s->er;
|
||||||
int mb_array_size = s->mb_height * s->mb_stride;
|
int mb_array_size = s->mb_height * s->mb_stride;
|
||||||
|
Reference in New Issue
Block a user