Cleanup: Make format
This commit is contained in:
@@ -1422,8 +1422,7 @@ static ImBuf *ffmpeg_fetchibuf(anim *anim, int position, IMB_Timecode_Type tc)
|
||||
MEM_mallocN_aligned(size_t(4) * anim->x * anim->y, 32, "ffmpeg ibuf"));
|
||||
IMB_assign_byte_buffer(cur_frame_final, buffer_data, IB_TAKE_OWNERSHIP);
|
||||
|
||||
cur_frame_final->byte_buffer.colorspace = colormanage_colorspace_get_named(
|
||||
anim->colorspace);
|
||||
cur_frame_final->byte_buffer.colorspace = colormanage_colorspace_get_named(anim->colorspace);
|
||||
|
||||
AVFrame *final_frame = ffmpeg_frame_by_pts_get(anim, pts_to_search);
|
||||
if (final_frame == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user