mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 14:54:19 +08:00
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:

committed by
Luca Barbato

parent
88b77ef1e0
commit
e6df765ed3
@@ -79,7 +79,7 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size)
|
||||
}
|
||||
|
||||
/* encoder management */
|
||||
AVCodec *first_avcodec = NULL;
|
||||
static AVCodec *first_avcodec = NULL;
|
||||
|
||||
AVCodec *av_codec_next(AVCodec *c){
|
||||
if(c) return c->next;
|
||||
|
Reference in New Issue
Block a user