mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 03:58:09 +00: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:
parent
72e1d03860
commit
36159c2bd4
@ -139,6 +139,8 @@ struct vdec_context final
|
|||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
#endif
|
#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();
|
avcodec_register_all();
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
Loading…
Reference in New Issue
Block a user