Changeset 37822 for branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/opihi/cmd.data/tvcontour.c
- Timestamp:
- Jan 12, 2015, 12:29:24 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/tvcontour.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/opihi/cmd.data/tvcontour.c
r13479 r37822 71 71 if (!GetImage (NULL, &kapa, name)) return (FALSE); 72 72 FREE (name); 73 74 int channel = 0; 75 if ((N = get_argument (argc, argv, "-ch"))) { 76 channel = GetKapaChannelFromString (argv[N]); 77 if (!channel) return FALSE; 78 KiiSetChannel (kapa, channel - 1); 79 } 73 80 74 81 if ((argc != 4) && (argc != 5)) {
Note:
See TracChangeset
for help on using the changeset viewer.
