mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue