Pārlūkot izejas kodu

编译新 FFMPEG

jsonwang 3 gadi atpakaļ
vecāks
revīzija
e9f5706d83

+ 1 - 1
BFFFmpeglib/vendores/FFmpeg-iOS/include/libavcodec/avcodec.h

@@ -1525,7 +1525,7 @@ enum AVFieldOrder {
  * You can use AVOptions (av_opt* / av_set/get*()) to access these fields from user
  * applications.
  * The name string for AVOptions options matches the associated command line
- * parameter name and can be found in libavcodec/options_table.h
+ * parameter name and can be found in options_table.h
  * The AVOption/command line parameter names differ in some cases from the C
  * structure field names for historic reasons or brevity.
  * sizeof(AVCodecContext) must not be used outside libav*.

+ 2 - 2
BFFFmpeglib/vendores/FFmpeg-iOS/include/libavcodec/mathops.h

@@ -24,8 +24,8 @@
 
 #include <stdint.h>
 
-#include "libavutil/common.h"
-#include "libavutil/reverse.h"
+#include "common.h"
+#include "reverse.h"
 #include "config.h"
 
 #define MAX_NEG_CROP 1024

+ 2 - 1
BFFFmpeglib/vendores/FFmpeg-iOS/include/libavfilter/avfilter.h

@@ -3,6 +3,7 @@
  * Copyright (c) 2007 Bobby Bingham
  *
  * This file is part of FFmpeg.
+ 
  *
  * FFmpeg is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -47,7 +48,7 @@
 #include "pixfmt.h"
 #include "rational.h"
 
-#include "libavfilter/version.h"
+#include "version.h"
 
 /**
  * Return the LIBAVFILTER_VERSION_INT constant.

+ 1 - 1
BFFFmpeglib/vendores/FFmpeg-iOS/include/libavformat/network.h

@@ -25,7 +25,7 @@
 #include <stdint.h>
 
 #include "config.h"
-#include "libavutil/error.h"
+#include "error.h"
 //#include "os_support.h"
 #include "avio.h"
 #include "url.h"

+ 3 - 3
BFFFmpeglib/vendores/FFmpeg-iOS/include/libavformat/url.h

@@ -25,10 +25,10 @@
 #define AVFORMAT_URL_H
 
 #include "avio.h"
-#include "libavformat/version.h"
+#include "version.h"
 
-#include "libavutil/dict.h"
-#include "libavutil/log.h"
+#include "dict.h"
+#include "log.h"
 
 #define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */
 #define URL_PROTOCOL_FLAG_NETWORK       2 /*< The protocol uses network */