Mercurial > libavcodec.hg
diff cavs.h @ 5244:eeba62cd2181 libavcodec
prepare splitting decoder-only parts into own file:
make commonly used functions global
| author | stefang |
|---|---|
| date | Sat, 07 Jul 2007 07:35:18 +0000 |
| parents | dd11d0b32cc9 |
| children | dc2579bede07 |
line wrap: on
line diff
--- a/cavs.h Sat Jul 07 07:14:58 2007 +0000 +++ b/cavs.h Sat Jul 07 07:35:18 2007 +0000 @@ -461,4 +461,13 @@ return 0; } +void ff_cavs_filter(AVSContext *h, enum mb_t mb_type); +void ff_cavs_inter(AVSContext *h, enum mb_t mb_type); +void ff_cavs_mv(AVSContext *h, enum mv_loc_t nP, enum mv_loc_t nC, + enum mv_pred_t mode, enum block_t size, int ref); +void ff_cavs_init_pic(AVSContext *h); +void ff_cavs_init_top_lines(AVSContext *h); +int ff_cavs_init(AVCodecContext *avctx); +int ff_cavs_end (AVCodecContext *avctx); + #endif /* CAVS_H */
