Leaked source code of windows server 2003
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.

38 lines
1.1 KiB

  1. /* *************************************************************************
  2. ** INTEL Corporation Proprietary Information
  3. **
  4. ** This listing is supplied under the terms of a license
  5. ** agreement with INTEL Corporation and may not be copied
  6. ** nor disclosed except in accordance with the terms of
  7. ** that agreement.
  8. **
  9. ** Copyright (c) 1995 Intel Corporation.
  10. ** All Rights Reserved.
  11. **
  12. ** *************************************************************************
  13. */
  14. /*****************************************************************************
  15. *
  16. * d3gob.h
  17. *
  18. * Description:
  19. * Interface to GOB header processing.
  20. */
  21. /*
  22. * $Header: S:\h26x\src\dec\d3gob.h_v 1.2 27 Dec 1995 14:36:14 RMCKENZX $
  23. * $Log: S:\h26x\src\dec\d3gob.h_v $
  24. ;//
  25. ;// Rev 1.2 27 Dec 1995 14:36:14 RMCKENZX
  26. ;// Added copyright notice
  27. */
  28. #ifndef __D3GOB_H__
  29. #define __D3GOB_H__
  30. extern I32 H263DecodeGOBHeader(T_H263DecoderCatalog FAR * DC,
  31. BITSTREAM_STATE FAR * fpbsState,
  32. U32 uAssumedGroupNumber);
  33. #endif