Mercurial > libavcodec.hg
comparison avcodec.h @ 6010:5a8ca3d8ca7d libavcodec
Show which bitstreamfilters were compiled in, similar to the protocols etc
enumerations.
| author | takis |
|---|---|
| date | Wed, 12 Dec 2007 11:52:27 +0000 |
| parents | 15ed47af1838 |
| children | b1fe945d73f9 |
comparison
equal
deleted
inserted
replaced
| 6009:ecfdc0bfb233 | 6010:5a8ca3d8ca7d |
|---|---|
| 2825 AVCodecContext *avctx, const char *args, | 2825 AVCodecContext *avctx, const char *args, |
| 2826 uint8_t **poutbuf, int *poutbuf_size, | 2826 uint8_t **poutbuf, int *poutbuf_size, |
| 2827 const uint8_t *buf, int buf_size, int keyframe); | 2827 const uint8_t *buf, int buf_size, int keyframe); |
| 2828 void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); | 2828 void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); |
| 2829 | 2829 |
| 2830 extern AVBitStreamFilter *first_bitstream_filter; | |
| 2830 | 2831 |
| 2831 /* memory */ | 2832 /* memory */ |
| 2832 | 2833 |
| 2833 /** | 2834 /** |
| 2834 * Reallocates the given block if it is not large enough, otherwise it | 2835 * Reallocates the given block if it is not large enough, otherwise it |
