lavc: mark mb_qmin/mb_qmax for removal on next major bump.

They've been unused and deprecated for about five years.
This commit is contained in:
Anton Khirnov
2011-04-02 13:18:00 +02:00
parent bc154882e1
commit 4a49d2d59c
3 changed files with 9 additions and 2 deletions

View File

@@ -77,5 +77,8 @@
#ifndef FF_API_RATE_EMU
#define FF_API_RATE_EMU (LIBAVCODEC_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_MB_Q
#define FF_API_MB_Q (LIBAVCODEC_VERSION_MAJOR < 53)
#endif
#endif /* AVCODEC_VERSION_H */