Skip to content

Commit

Permalink
update the the testOutput path
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedzakikochargi authored Aug 11, 2023
1 parent a8cf750 commit 97b79bb
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 @@ -50,7 +50,7 @@ BOOST_AUTO_TEST_CASE(yuv420_640x360)
encoder->step();
auto frames = sink->pop();
auto outputFrame = frames.begin()->second;
std::string fileName = "/data/testOutput/h264EncoderV4l2/Raw_YUV420_640x360_" + to_string(i) + ".h264";
std::string fileName = "./data/testOutput/h264EncoderV4l2/Raw_YUV420_640x360_" + to_string(i) + ".h264";
Test_Utils::saveOrCompare(fileName.c_str(), const_cast<const uint8_t*>(static_cast<uint8_t*>(outputFrame->data())), outputFrame->size(), 0);
}
}
Expand Down

0 comments on commit 97b79bb

Please sign in to comment.