Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 3, 2021
1 parent 1699925 commit ce4f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jpegdecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ class JpegDecoder : public Codec {
static const bool registration;
};

const bool JpegDecoder::registration = CodecFactory::get().registerDecoder(V4L2_PIX_FMT_JPEG, CodecCreator<JpegEncoder>::Create);
const bool JpegDecoder::registration = CodecFactory::get().registerDecoder(V4L2_PIX_FMT_JPEG, CodecCreator<JpegDecoder>::Create);

0 comments on commit ce4f718

Please sign in to comment.