Ignore:
Timestamp:
Jul 13, 2017, 8:01:48 AM (6 years ago)
Author:
roman
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/DirectShowReferenceSource/Sample/RegisterSources/Program.cs

    r636 r769  
    2222            VideoSourceFilterRegistry registry = new VideoSourceFilterRegistry();
    2323            UnregisterAll(registry);
    24             //int width = 1920, height = 1080;
    25             int width = 640, height = 480;
     24            int width = 1920, height = 1080;
     25            //int width = 640, height = 480;
    2626            VideoSourceFilter filter = new VideoSourceFilter();
    2727            filter.Live = true;
Note: See TracChangeset for help on using the changeset viewer.