mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Move trunk/test/data -> trunk/data
BUG= TEST=all trybot test failures passed locally Review URL: https://webrtc-codereview.appspot.com/583007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2280 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1484ac07cb
commit
9dc45dad1b
116 changed files with 39 additions and 39 deletions
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -25,7 +25,7 @@ class JpegTest: public testing::Test {
|
|||
protected:
|
||||
JpegTest()
|
||||
: input_filename_(webrtc::test::ProjectRootPath() +
|
||||
"test/data/common_video/jpeg/webrtc_logo.jpg"),
|
||||
"data/common_video/jpeg/webrtc_logo.jpg"),
|
||||
decoded_filename_(webrtc::test::OutputPath() + "TestJpegDec.yuv"),
|
||||
encoded_filename_(webrtc::test::OutputPath() + "TestJpegEnc.jpg"),
|
||||
encoded_buffer_(NULL) {}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue