Skip to content

Commit 64de67c

Browse files
committed
tegra: Fix typo
1 parent 3228d88 commit 64de67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tegra_jpeg_rgb_packet_processor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class TegraJpegRgbPacketProcessorImpl: public WithPerfLogging
194194
void newFrame()
195195
{
196196
frame = new TegraFrame(WIDTH, HEIGHT, BPP, static_cast<TegraImage *>(image_allocator->allocate(0)));
197-
frame->format = Format:RGBX;
197+
frame->format = Frame::RGBX;
198198
}
199199

200200
static inline TegraJpegRgbPacketProcessorImpl *owner(j_decompress_ptr dinfo)

0 commit comments

Comments
 (0)