$Id: DivXException.h 3096 2005-06-21 20:07:11Z ekuznetsov $ Copyright (c) 2003-2004 DivX, Inc. All rights reserved. This software is the confidential and proprietary information of DivX, Inc., Inc. and may be used only in accordance with the terms of your license from DivX, Inc.
Go to the source code of this file.
Data Structures | |
class | DivXException |
Defines | |
#define | EXCEPTION(X) DivXException(X, __FILE__, __LINE__) |
#define | ENC_BUFFER -2 |
#define | ENC_FAIL -1 |
#define | ENC_OK 0 |
#define | ENC_MEMORY 1 |
#define | ENC_BAD_FORMAT 2 |
#define | ENC_INTERNAL 3 |
|
Returned by encore() if input video format proposed by user is not supported. |
|
Returned by encore() when bitstream is too long for the buffer provided by caller. Only returned by special builds of the codec that test for buffer overflow. |
|
Returned by encore() when call failed. |
|
Returned by encore() if there was an internal problem. |
|
Returned by encore() when encoder has failed to allocated sufficient memory. |
|
Returned by encore() when call was successful. |
|
|