mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
minor subframes fixes
This commit is contained in:
@@ -917,7 +917,7 @@ static void get_sub_frame(void *state, int x, int y, int w, int h, struct video_
|
||||
out->src_linesize =
|
||||
vc_getsrc_linesize(w, out->color_spec);
|
||||
out->dst_linesize =
|
||||
vc_getsrc_linesize(w, out->color_spec);
|
||||
w * out->dst_bpp;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -304,6 +304,7 @@ static void get_sub_frame(void *state, int x, int y, int w, int h, struct video_
|
||||
out->src_linesize =
|
||||
vc_getsrc_linesize(w, out->color_spec);
|
||||
out->dst_linesize =
|
||||
vc_getsrc_linesize(w, out->color_spec);
|
||||
w * out->dst_bpp;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user