Browse Source

remove obsolete and wrong extern declaration

Originally committed as revision 10512 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
84a72b1675
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/avcodec.h

+ 0
- 2
libavcodec/avcodec.h View File

@@ -2803,8 +2803,6 @@ typedef struct AVBitStreamFilter {
struct AVBitStreamFilter *next;
} AVBitStreamFilter;

extern AVBitStreamFilter *av_first_bitstream_filter;

void av_register_bitstream_filter(AVBitStreamFilter *bsf);
AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,


Loading…
Cancel
Save