Remove deprecated call

This commit is contained in:
jojo61 2020-01-08 17:00:53 +01:00
parent e4e6a81f54
commit 53314a17f5
1 changed files with 0 additions and 1 deletions

View File

@ -1810,7 +1810,6 @@ void CodecInit(void)
#else #else
(void)CodecNoopCallback; (void)CodecNoopCallback;
#endif #endif
avcodec_register_all(); // register all formats and codecs
} }
/** /**