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

lavf: postpone removing av_close_input_file().

It has been deprecated only recently.
parent af0292f3
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@
#define FF_API_SET_PTS_INFO (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_CLOSE_INPUT_FILE
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 54)
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 55)
#endif
#endif /* AVFORMAT_VERSION_H */
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