Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
560 B

  1. //**************************************************************************
  2. //
  3. // Copyright (C) Microsoft Corporation. All rights reserved.
  4. //
  5. // FileName: private.h
  6. //
  7. //**************************************************************************
  8. //
  9. // Abstract: Encoder API private header
  10. //
  11. #include <windows.h>
  12. #include <commctrl.h>
  13. #include <memory.h>
  14. #include <stdio.h>
  15. #include <streams.h>
  16. #include <amstream.h>
  17. #include <ks.h>
  18. #include <ksmedia.h>
  19. #include <ksproxy.h>
  20. #include <strmif.h>
  21. #include "baseapi.h"
  22. #include "videoenc.h"