VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/libavcodec/lzo.h@ 10184

最後變更 在這個檔案從10184是 5776,由 vboxsync 提交於 17 年 前

ffmpeg: exported to OSE

檔案大小: 267 位元組
 
1#ifndef _LZO_H
2#define LZO_H
3
4#define LZO_INPUT_DEPLETED 1
5#define LZO_OUTPUT_FULL 2
6#define LZO_INVALID_BACKPTR 4
7#define LZO_ERROR 8
8
9#define LZO_INPUT_PADDING 4
10#define LZO_OUTPUT_PADDING 12
11
12int lzo1x_decode(void *out, int *outlen, void *in, int *inlen);
13
14#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette