Skip to content

Commit

Permalink
added semicolom
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedzakikochargi committed Jul 10, 2023
1 parent cd1a944 commit 28c81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/test/h264encoderv4l2_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ BOOST_AUTO_TEST_CASE(encode_and_extract_motion_vector_overlay,*boost::unit_test:
encoder->setNext(muxer);

auto overlay = boost::shared_ptr<OverlayModule>(new OverlayModule(OverlayModuleProps()));
muxer->setNext(overlay)
muxer->setNext(overlay);

auto sink = boost::shared_ptr<ExternalSinkModule>(new ExternalSinkModule());
overlay->setNext(sink);
Expand Down

0 comments on commit 28c81cb

Please sign in to comment.