1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Remove deprecated call

This commit is contained in:
jojo61 2020-01-08 17:00:53 +01:00
parent e4e6a81f54
commit 53314a17f5

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
} }
/** /**