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.

35 lines
1.0 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. * d1gob.h
  17. *
  18. * Description:
  19. * Interface to GOB header processing.
  20. */
  21. /* $Header: S:\h26x\src\dec\d1gob.h_v 1.3 09 Jan 1996 09:41:46 AKASAI $
  22. */
  23. #ifndef __D1GOB_H__
  24. #define __D1GOB_H__
  25. extern I32 H263DecodeGOBHeader(T_H263DecoderCatalog FAR * DC,
  26. BITSTREAM_STATE FAR * fpbsState,
  27. U32 uAssumedGroupNumber);
  28. extern I32 H263DecodeGOBStartCode(T_H263DecoderCatalog FAR * DC,
  29. BITSTREAM_STATE FAR * fpbsState);
  30. #endif