Skip to content
Snippets Groups Projects
Commit 8df23e93 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

lavc: postpone the removal of request_channels API.

Its replacement is still not ready.
parent 1296b1f6
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
*/
#ifndef FF_API_REQUEST_CHANNELS
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55)
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_OLD_DECODE_AUDIO
#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment