Skip to content

Commit 1031e6d

Browse files
committed
Removed BytesPerRow from struct VideoDecodeJob in new SDK
Signed-off-by: Peter Kovář <[email protected]>
1 parent 2b178f6 commit 1031e6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/r3d.imageio/r3dinput.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ R3dInput::open(const std::string& name, ImageSpec& newspec)
280280

281281
// Interleaved RGB decoding in 16-bits per pixel
282282
m_job.PixelType = R3DSDK::PixelType_16Bit_RGB_Interleaved;
283-
m_job.BytesPerRow = m_channels * width * sizeof(uint16_t);
284283

285284
m_spec = ImageSpec(width, height, m_channels, TypeDesc::UINT16);
286285
m_spec.attribute("FramesPerSecond", TypeFloat, &m_fps);

0 commit comments

Comments
 (0)