You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
247B

  1. /**
  2. * @file
  3. * This header is provided for compatibility only and will be removed
  4. * on next major bump
  5. */
  6. #ifndef AVCODEC_OPT_H
  7. #define AVCODEC_OPT_H
  8. #include "libavcodec/version.h"
  9. #if FF_API_OPT_H
  10. #include "libavutil/opt.h"
  11. #endif
  12. #endif