You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavc: remove disabled FF_API_AVCODEC_INIT cruft.
This commit is contained in:
@@ -88,10 +88,7 @@ AVCodec *av_codec_next(AVCodec *c){
|
||||
else return first_avcodec;
|
||||
}
|
||||
|
||||
#if !FF_API_AVCODEC_INIT
|
||||
static
|
||||
#endif
|
||||
void avcodec_init(void)
|
||||
static void avcodec_init(void)
|
||||
{
|
||||
static int initialized = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user