Defines | |
| #define | AV_LZO_INPUT_DEPLETED 1 |
| end of the input buffer reached before decoding finished | |
| #define | AV_LZO_OUTPUT_FULL 2 |
| decoded data did not fit into output buffer | |
| #define | AV_LZO_INVALID_BACKPTR 4 |
| a reference to previously decoded data was wrong | |
| #define | AV_LZO_ERROR 8 |
| a non-specific error in the compressed bitstream | |
| #define AV_LZO_ERROR 8 |
| #define AV_LZO_INPUT_DEPLETED 1 |
| #define AV_LZO_INVALID_BACKPTR 4 |
| #define AV_LZO_OUTPUT_FULL 2 |
decoded data did not fit into output buffer
Definition at line 32 of file lzo.h.
Referenced by matroska_decode_buffer().
1.7.1