Mark list heads static. Patch by Diego Pettenò

Originally committed as revision 15548 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Pettenò
2008-10-04 09:29:31 +00:00
committed by Luca Barbato
parent 88b77ef1e0
commit e6df765ed3
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#include "avcodec.h"
AVBitStreamFilter *first_bitstream_filter= NULL;
static AVBitStreamFilter *first_bitstream_filter= NULL;
AVBitStreamFilter *av_bitstream_filter_next(AVBitStreamFilter *f){
if(f) return f->next;