mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01: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
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "parser.h"
|
||||
|
||||
AVCodecParser *av_first_parser = NULL;
|
||||
static AVCodecParser *av_first_parser = NULL;
|
||||
|
||||
AVCodecParser* av_parser_next(AVCodecParser *p){
|
||||
if(p) return p->next;
|
||||
|
||||
Reference in New Issue
Block a user