commit | 5679522b4bd573b0559a4508963fa7ac6224df28 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Apr 06 13:27:25 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Thu Apr 06 13:27:25 2017 -0700 |
tree | e1dbf74b15cefe73b15c529b26ff284e1ef69de7 | |
parent | 7d3dba40b6576ece9850c7156a481436b5f5ef02 [diff] [blame] |
incremental
diff --git a/src/getvideo_main.cpp b/src/getvideo_main.cpp index 182e8ad..50889c9 100644 --- a/src/getvideo_main.cpp +++ b/src/getvideo_main.cpp
@@ -64,10 +64,10 @@ std::cout << std::hex << std::setfill('0') << std::setw(2) << int(*(pt + i)) << " "; } - + std::cout << "\nprinting buffer\n"; - for(int i = 0; i < 1024; i++){ + for(int i = 0; i < 512; i++){ if (i % 16 == 0){ std::cout << "\n"; }