diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-12-12 11:52:27 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-12-12 11:52:27 +0000 |
commit | 8540e8c3eca73b18b7b5bc7f0b937007b0f81ddd (patch) | |
tree | 5b26fa19548f912159e3324ff375ebbeae5746ff /libavcodec | |
parent | e11910120ab0b7519dc8f2a5ee160e69016874c6 (diff) | |
download | ffmpeg-8540e8c3eca73b18b7b5bc7f0b937007b0f81ddd.tar.gz |
Show which bitstreamfilters were compiled in, similar to the protocols etc
enumerations.
Originally committed as revision 11203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index a6aeac5475..59f04f832b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2827,6 +2827,7 @@ int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, const uint8_t *buf, int buf_size, int keyframe); void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); +extern AVBitStreamFilter *first_bitstream_filter; /* memory */ |