1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Add comment for deprecated avcodec_register_all

Apparently this is now done automatically and doesn't even need to be called at all
This commit is contained in:
Megamouse 2021-01-07 19:00:57 +01:00 committed by Ivan
parent 72e1d03860
commit 36159c2bd4

View File

@ -139,6 +139,8 @@ struct vdec_context final
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
// TODO: This function should be removed at some point, since ffmpeg does it automatically now.
// We'll keep it for compatibility for now until more system ffmpeg libs are up to date.
avcodec_register_all();
#ifdef _MSC_VER
#pragma warning(pop)