changeset 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 ecfdc0bfb233
children b1fe945d73f9
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Tue Dec 11 18:47:04 2007 +0000
+++ b/avcodec.h	Wed Dec 12 11:52:27 2007 +0000
@@ -2827,6 +2827,7 @@
                                const uint8_t *buf, int buf_size, int keyframe);
 void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
 
+extern AVBitStreamFilter *first_bitstream_filter;
 
 /* memory */