ijksdl_inc_ffmpeg.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * ijksdl_ffinc.h
  3. * ffmpeg headers
  4. *
  5. * Copyright (c) 2013 Bilibili
  6. * Copyright (c) 2013 Zhang Rui <bbcallen@gmail.com>
  7. *
  8. * This file is part of ijkPlayer.
  9. *
  10. * ijkPlayer is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU Lesser General Public
  12. * License as published by the Free Software Foundation; either
  13. * version 2.1 of the License, or (at your option) any later version.
  14. *
  15. * ijkPlayer is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. * Lesser General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Lesser General Public
  21. * License along with ijkPlayer; if not, write to the Free Software
  22. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  23. */
  24. #ifndef IJKSDL__FFMPEG__IJKSDL_FFINC_H
  25. #define IJKSDL__FFMPEG__IJKSDL_FFINC_H
  26. #include "libavutil/imgutils.h"
  27. #include "libavutil/pixfmt.h"
  28. #include "libavutil/frame.h"
  29. #include "libavutil/common.h"
  30. #include "libavcodec/avcodec.h"
  31. #include "libswscale/swscale.h"
  32. #include "../ijksdl_inc_internal.h"
  33. #endif