Changes between Version 8 and Version 9 of RemapFilter
- Timestamp:
- Jun 17, 2016, 12:15:45 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemapFilter
v8 v9 244 244 if(po.height_set!=1||po.width_set!=1){ printf("ERROR: Source Height and Width are mandatory arguments and have to appear only once!\ntry --help for help\n\n ");exit(-1);} 245 245 return po; 246 246 } 247 247 248 248 #define MAXROWS 4500
