mirror of https://git.ffmpeg.org/ffmpeg.git
vp9: included uses_2pass member in vp9_ref_frame().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4ba8f3273e
commit
0b69c53a61
|
@ -301,6 +301,7 @@ static int vp9_ref_frame(AVCodecContext *ctx, VP9Frame *dst, VP9Frame *src)
|
|||
|
||||
dst->segmentation_map = src->segmentation_map;
|
||||
dst->mv = src->mv;
|
||||
dst->uses_2pass = src->uses_2pass;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue