.stderr 80 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  1. % Total % Received % Xferd Average Speed Time Time Time Current
  2. Dload Upload Total Spent Left Speed
  3. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149 100 149 0 0 1631 0 --:--:-- --:--:-- --:--:-- 1637
  4. 100 43674 100 43674 0 0 132k 0 --:--:-- --:--:-- --:--:-- 132k
  5. % Total % Received % Xferd Average Speed Time Time Time Current
  6. Dload Upload Total Spent Left Speed
  7. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10.7M 0 109k 0 0 155k 0 0:01:10 --:--:-- 0:01:10 155k 16 10.7M 16 1875k 0 0 1168k 0 0:00:09 0:00:01 0:00:08 1168k 48 10.7M 48 5315k 0 0 2056k 0 0:00:05 0:00:02 0:00:03 2055k 72 10.7M 72 7955k 0 0 2217k 0 0:00:04 0:00:03 0:00:01 2216k 94 10.7M 94 10.1M 0 0 2258k 0 0:00:04 0:00:04 --:--:-- 2258k 100 10.7M 100 10.7M 0 0 2193k 0 0:00:05 0:00:05 --:--:-- 2524k
  8. src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  9. if (!(prev = av_oformat_next(prev)))
  10. ^
  11. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  12. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  13. ^
  14. src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  15. if (!(prev = av_iformat_next(prev)))
  16. ^
  17. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  18. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  19. ^
  20. 2 warnings generated.
  21. src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  22. avctx->properties = st->codec->properties;
  23. ^
  24. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  25. AVCodecContext *codec;
  26. ^
  27. src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  28. avctx->codec = st->codec->codec;
  29. ^
  30. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  31. AVCodecContext *codec;
  32. ^
  33. src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  34. avctx->qmin = st->codec->qmin;
  35. ^
  36. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  37. AVCodecContext *codec;
  38. ^
  39. src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  40. avctx->qmax = st->codec->qmax;
  41. ^
  42. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  43. AVCodecContext *codec;
  44. ^
  45. src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  46. avctx->coded_width = st->codec->coded_width;
  47. ^
  48. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  49. AVCodecContext *codec;
  50. ^
  51. src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  52. avctx->coded_height = st->codec->coded_height;
  53. ^
  54. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  55. AVCodecContext *codec;
  56. ^
  57. src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  58. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  59. ^
  60. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  61. AVCodecContext *codec;
  62. ^
  63. src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  64. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  65. ^
  66. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  67. AVCodecContext *codec;
  68. ^
  69. src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  70. print_fps(1 / av_q2d(st->codec->time_base), "tbc");
  71. ^
  72. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  73. AVCodecContext *codec;
  74. ^
  75. 9 warnings generated.
  76. src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  77. while ((ifmt = av_iformat_next(ifmt)))
  78. ^
  79. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  80. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  81. ^
  82. src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  83. while ((ofmt = av_oformat_next(ofmt)))
  84. ^
  85. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  86. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  87. ^
  88. src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  89. while (ifmt = av_iformat_next(ifmt))
  90. ^
  91. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  92. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  93. ^
  94. src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  95. while (ofmt = av_oformat_next(ofmt))
  96. ^
  97. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  98. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  99. ^
  100. 4 warnings generated.
  101. src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  102. p = p ? p + 1 : url_protocols;
  103. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
  104. 1 warning generated.
  105. src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  106. if (st->codec) {
  107. ^
  108. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  109. AVCodecContext *codec;
  110. ^
  111. src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  112. if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
  113. ^
  114. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  115. AVCodecContext *codec;
  116. ^
  117. src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  118. else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
  119. ^
  120. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  121. AVCodecContext *codec;
  122. ^
  123. 3 warnings generated.
  124. src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  125. const AVCodecContext *dec_ctx = ist->codec;
  126. ^
  127. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  128. AVCodecContext *codec;
  129. ^
  130. src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  131. AVCodecContext *enc_ctx = ost->codec;
  132. ^
  133. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  134. AVCodecContext *codec;
  135. ^
  136. 2 warnings generated.
  137. src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
  138. av_freep(&(*graph)->resample_lavr_opts);
  139. ^
  140. src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
  141. attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
  142. ^
  143. 1 warning generated.
  144. src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  145. ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
  146. ^
  147. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  148. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  149. ^
  150. 1 warning generated.
  151. src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  152. st->codec_ctx->refcounted_frames = 1;
  153. ^
  154. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  155. int refcounted_frames;
  156. ^
  157. src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  158. ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
  159. ^
  160. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  161. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  162. ^
  163. src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
  164. ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
  165. ^
  166. src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
  167. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  168. ^
  169. 3 warnings generated.
  170. src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  171. int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
  172. ^
  173. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  174. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  175. ^
  176. 1 warning generated.
  177. src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  178. in_qp_table = av_frame_get_qp_table(in, &stride, &type);
  179. ^
  180. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  181. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  182. ^
  183. src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  184. av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
  185. ^
  186. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  187. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  188. ^
  189. 2 warnings generated.
  190. src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
  191. #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
  192. ^
  193. 1 warning generated.
  194. src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  195. a->mjpeg_avctx->refcounted_frames = 1;
  196. ^
  197. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  198. int refcounted_frames;
  199. ^
  200. src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  201. ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
  202. ^
  203. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  204. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  205. ^
  206. 2 warnings generated.
  207. src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  208. if (!avctx->refcounted_frames) {
  209. ^
  210. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  211. int refcounted_frames;
  212. ^
  213. 1 warning generated.
  214. src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
  215. ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
  216. ^
  217. src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
  218. int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
  219. ^
  220. src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
  221. ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
  222. ^
  223. src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
  224. int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
  225. ^
  226. 2 warnings generated.
  227. src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
  228. static const int8_t num_bins_in_se[] = {
  229. ^
  230. 1 warning generated.
  231. src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  232. av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
  233. ^
  234. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  235. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  236. ^
  237. 1 warning generated.
  238. src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  239. return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
  240. ^
  241. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  242. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  243. ^
  244. 1 warning generated.
  245. src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  246. int u[16][16] = { 0 }, v[16][16] = { 0 };
  247. ^
  248. {}
  249. src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  250. int u[16][16] = { 0 }, v[16][16] = { 0 };
  251. ^
  252. {}
  253. 2 warnings generated.
  254. src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  255. s->avctx->refcounted_frames = 1;
  256. ^
  257. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  258. int refcounted_frames;
  259. ^
  260. src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  261. ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
  262. ^
  263. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  264. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  265. ^
  266. 2 warnings generated.
  267. src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  268. if (!avctx->refcounted_frames)
  269. ^
  270. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  271. int refcounted_frames;
  272. ^
  273. 1 warning generated.
  274. src/libavutil/video_enc_params.c:36:19: warning: comparison of constant 922337203685477580 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
  275. if (nb_blocks > SIZE_MAX / sizeof(AVVideoBlockParams) ||
  276. ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  277. 1 warning generated.
  278. src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  279. if (!(prev = av_oformat_next(prev)))
  280. ^
  281. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  282. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  283. ^
  284. src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  285. if (!(prev = av_iformat_next(prev)))
  286. ^
  287. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  288. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  289. ^
  290. 2 warnings generated.
  291. src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  292. avctx->properties = st->codec->properties;
  293. ^
  294. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  295. AVCodecContext *codec;
  296. ^
  297. src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  298. avctx->codec = st->codec->codec;
  299. ^
  300. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  301. AVCodecContext *codec;
  302. ^
  303. src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  304. avctx->qmin = st->codec->qmin;
  305. ^
  306. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  307. AVCodecContext *codec;
  308. ^
  309. src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  310. avctx->qmax = st->codec->qmax;
  311. ^
  312. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  313. AVCodecContext *codec;
  314. ^
  315. src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  316. avctx->coded_width = st->codec->coded_width;
  317. ^
  318. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  319. AVCodecContext *codec;
  320. ^
  321. src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  322. avctx->coded_height = st->codec->coded_height;
  323. ^
  324. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  325. AVCodecContext *codec;
  326. ^
  327. src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  328. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  329. ^
  330. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  331. AVCodecContext *codec;
  332. ^
  333. src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  334. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  335. ^
  336. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  337. AVCodecContext *codec;
  338. ^
  339. src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  340. print_fps(1 / av_q2d(st->codec->time_base), "tbc");
  341. ^
  342. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  343. AVCodecContext *codec;
  344. ^
  345. 9 warnings generated.
  346. src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  347. while ((ifmt = av_iformat_next(ifmt)))
  348. ^
  349. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  350. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  351. ^
  352. src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  353. while ((ofmt = av_oformat_next(ofmt)))
  354. ^
  355. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  356. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  357. ^
  358. src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  359. while (ifmt = av_iformat_next(ifmt))
  360. ^
  361. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  362. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  363. ^
  364. src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  365. while (ofmt = av_oformat_next(ofmt))
  366. ^
  367. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  368. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  369. ^
  370. 4 warnings generated.
  371. src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  372. p = p ? p + 1 : url_protocols;
  373. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
  374. 1 warning generated.
  375. src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  376. if (st->codec) {
  377. ^
  378. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  379. AVCodecContext *codec;
  380. ^
  381. src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  382. if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
  383. ^
  384. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  385. AVCodecContext *codec;
  386. ^
  387. src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  388. else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
  389. ^
  390. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  391. AVCodecContext *codec;
  392. ^
  393. 3 warnings generated.
  394. src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  395. const AVCodecContext *dec_ctx = ist->codec;
  396. ^
  397. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  398. AVCodecContext *codec;
  399. ^
  400. src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  401. AVCodecContext *enc_ctx = ost->codec;
  402. ^
  403. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  404. AVCodecContext *codec;
  405. ^
  406. src/libavformat/wtvdec.c:515:50: warning: format specifies type 'unsigned short' but the argument has type 'unsigned int' [-Wformat]
  407. snprintf(buf, buf_size, PRI_PRETTY_GUID, ARG_PRETTY_GUID(guid));
  408. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  409. src/libavformat/wtvdec.c:43:16: note: expanded from macro 'ARG_PRETTY_GUID'
  410. AV_RL32(g),AV_RL16(g+4),AV_RL16(g+6),g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]
  411. ^
  412. src/libavutil/intreadwrite.h:152:27: note: expanded from macro 'AV_RL16'
  413. # define AV_RL16(p) AV_RN16(p)
  414. ^
  415. src/libavutil/arm/intreadwrite.h:28:17: note: expanded from macro 'AV_RN16'
  416. #define AV_RN16 AV_RN16
  417. ^
  418. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
  419. __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
  420. ^~~~~~~~~~~
  421. src/libavformat/wtvdec.c:515:50: warning: format specifies type 'unsigned short' but the argument has type 'unsigned int' [-Wformat]
  422. snprintf(buf, buf_size, PRI_PRETTY_GUID, ARG_PRETTY_GUID(guid));
  423. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  424. src/libavformat/wtvdec.c:43:29: note: expanded from macro 'ARG_PRETTY_GUID'
  425. AV_RL32(g),AV_RL16(g+4),AV_RL16(g+6),g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]
  426. ^
  427. src/libavutil/intreadwrite.h:152:27: note: expanded from macro 'AV_RL16'
  428. # define AV_RL16(p) AV_RN16(p)
  429. ^
  430. src/libavutil/arm/intreadwrite.h:28:17: note: expanded from macro 'AV_RN16'
  431. #define AV_RN16 AV_RN16
  432. ^
  433. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
  434. __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
  435. ^~~~~~~~~~~
  436. 2 warnings generated.
  437. 2 warnings generated.
  438. src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
  439. av_freep(&(*graph)->resample_lavr_opts);
  440. ^
  441. src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
  442. attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
  443. ^
  444. 1 warning generated.
  445. src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  446. ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
  447. ^
  448. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  449. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  450. ^
  451. 1 warning generated.
  452. src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  453. st->codec_ctx->refcounted_frames = 1;
  454. ^
  455. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  456. int refcounted_frames;
  457. ^
  458. src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  459. ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
  460. ^
  461. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  462. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  463. ^
  464. src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
  465. ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
  466. ^
  467. src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
  468. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  469. ^
  470. 3 warnings generated.
  471. src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  472. int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
  473. ^
  474. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  475. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  476. ^
  477. 1 warning generated.
  478. src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  479. in_qp_table = av_frame_get_qp_table(in, &stride, &type);
  480. ^
  481. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  482. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  483. ^
  484. src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  485. av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
  486. ^
  487. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  488. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  489. ^
  490. 2 warnings generated.
  491. src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
  492. #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
  493. ^
  494. src/libavcodec/audiotoolboxdec.c:343:34: warning: incompatible pointer types passing 'UInt32 *' (aka 'unsigned long *') to parameter of type 'int *' [-Wincompatible-pointer-types]
  495. &in_format.mChannelsPerFrame, &avctx->frame_size,
  496. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  497. src/libavcodec/mpegaudiodecheader.h:58:31: note: passing argument to parameter 'channels' here
  498. int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);
  499. ^
  500. src/libavcodec/audiotoolboxdec.c:534:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  501. &frame->nb_samples, &out_buffers, NULL);
  502. ^~~~~~~~~~~~~~~~~~
  503. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
  504. UInt32 * ioOutputDataPacketSize,
  505. ^
  506. src/libavcodec/audiotoolboxdec.c:550:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
  507. av_log(avctx, AV_LOG_WARNING, "Decode error: %i\n", ret);
  508. ~~ ^~~
  509. (int)
  510. src/libavcodec/audiotoolboxenc.c:367:68: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
  511. "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
  512. ~~ ^~~~
  513. (unsigned int)
  514. src/libavcodec/audiotoolboxenc.c:367:74: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
  515. "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
  516. ~~ ^~~~~~~~
  517. (unsigned int)
  518. src/libavcodec/audiotoolboxenc.c:381:40: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nullable' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  519. &avctx->extradata_size, NULL) &&
  520. ^~~~~~~~~~~~~~~~~~~~~~
  521. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:593:61: note: passing argument to parameter 'outSize' here
  522. UInt32 * __nullable outSize,
  523. ^
  524. src/libavcodec/audiotoolboxenc.c:398:44: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  525. &extradata_size, extradata);
  526. ^~~~~~~~~~~~~~~
  527. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:615:57: note: passing argument to parameter 'ioPropertyDataSize' here
  528. UInt32 * ioPropertyDataSize,
  529. ^
  530. src/libavcodec/audiotoolboxenc.c:548:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  531. got_packet_ptr, &out_buffers,
  532. ^~~~~~~~~~~~~~
  533. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
  534. UInt32 * ioOutputDataPacketSize,
  535. ^
  536. src/libavcodec/audiotoolboxenc.c:561:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
  537. av_log(avctx, AV_LOG_WARNING, "Encode error: %i\n", ret);
  538. ~~ ^~~
  539. (int)
  540. 4 warnings generated.
  541. 6 warnings generated.
  542. src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  543. a->mjpeg_avctx->refcounted_frames = 1;
  544. ^
  545. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  546. int refcounted_frames;
  547. ^
  548. src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  549. ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
  550. ^
  551. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  552. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  553. ^
  554. 2 warnings generated.
  555. src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  556. if (!avctx->refcounted_frames) {
  557. ^
  558. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  559. int refcounted_frames;
  560. ^
  561. 1 warning generated.
  562. src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
  563. ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
  564. ^
  565. src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
  566. int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
  567. ^
  568. src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
  569. ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
  570. ^
  571. src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
  572. int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
  573. ^
  574. 2 warnings generated.
  575. src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
  576. static const int8_t num_bins_in_se[] = {
  577. ^
  578. 1 warning generated.
  579. src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  580. av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
  581. ^
  582. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  583. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  584. ^
  585. 1 warning generated.
  586. src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  587. return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
  588. ^
  589. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  590. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  591. ^
  592. 1 warning generated.
  593. src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  594. int u[16][16] = { 0 }, v[16][16] = { 0 };
  595. ^
  596. {}
  597. src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  598. int u[16][16] = { 0 }, v[16][16] = { 0 };
  599. ^
  600. {}
  601. 2 warnings generated.
  602. src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  603. s->avctx->refcounted_frames = 1;
  604. ^
  605. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  606. int refcounted_frames;
  607. ^
  608. src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  609. ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
  610. ^
  611. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  612. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  613. ^
  614. 2 warnings generated.
  615. src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  616. if (!avctx->refcounted_frames)
  617. ^
  618. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  619. int refcounted_frames;
  620. ^
  621. 1 warning generated.
  622. src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  623. if (!(prev = av_oformat_next(prev)))
  624. ^
  625. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  626. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  627. ^
  628. src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  629. if (!(prev = av_iformat_next(prev)))
  630. ^
  631. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  632. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  633. ^
  634. 2 warnings generated.
  635. src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  636. avctx->properties = st->codec->properties;
  637. ^
  638. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  639. AVCodecContext *codec;
  640. ^
  641. src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  642. avctx->codec = st->codec->codec;
  643. ^
  644. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  645. AVCodecContext *codec;
  646. ^
  647. src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  648. avctx->qmin = st->codec->qmin;
  649. ^
  650. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  651. AVCodecContext *codec;
  652. ^
  653. src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  654. avctx->qmax = st->codec->qmax;
  655. ^
  656. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  657. AVCodecContext *codec;
  658. ^
  659. src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  660. avctx->coded_width = st->codec->coded_width;
  661. ^
  662. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  663. AVCodecContext *codec;
  664. ^
  665. src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  666. avctx->coded_height = st->codec->coded_height;
  667. ^
  668. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  669. AVCodecContext *codec;
  670. ^
  671. src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  672. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  673. ^
  674. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  675. AVCodecContext *codec;
  676. ^
  677. src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  678. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  679. ^
  680. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  681. AVCodecContext *codec;
  682. ^
  683. src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  684. print_fps(1 / av_q2d(st->codec->time_base), "tbc");
  685. ^
  686. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  687. AVCodecContext *codec;
  688. ^
  689. 9 warnings generated.
  690. src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  691. while ((ifmt = av_iformat_next(ifmt)))
  692. ^
  693. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  694. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  695. ^
  696. src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  697. while ((ofmt = av_oformat_next(ofmt)))
  698. ^
  699. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  700. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  701. ^
  702. src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  703. while (ifmt = av_iformat_next(ifmt))
  704. ^
  705. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  706. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  707. ^
  708. src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  709. while (ofmt = av_oformat_next(ofmt))
  710. ^
  711. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  712. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  713. ^
  714. 4 warnings generated.
  715. src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  716. p = p ? p + 1 : url_protocols;
  717. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
  718. 1 warning generated.
  719. src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  720. if (st->codec) {
  721. ^
  722. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  723. AVCodecContext *codec;
  724. ^
  725. src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  726. if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
  727. ^
  728. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  729. AVCodecContext *codec;
  730. ^
  731. src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  732. else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
  733. ^
  734. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  735. AVCodecContext *codec;
  736. ^
  737. 3 warnings generated.
  738. src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  739. const AVCodecContext *dec_ctx = ist->codec;
  740. ^
  741. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  742. AVCodecContext *codec;
  743. ^
  744. src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  745. AVCodecContext *enc_ctx = ost->codec;
  746. ^
  747. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  748. AVCodecContext *codec;
  749. ^
  750. 2 warnings generated.
  751. src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
  752. av_freep(&(*graph)->resample_lavr_opts);
  753. ^
  754. src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
  755. attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
  756. ^
  757. 1 warning generated.
  758. src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  759. ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
  760. ^
  761. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  762. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  763. ^
  764. 1 warning generated.
  765. src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  766. st->codec_ctx->refcounted_frames = 1;
  767. ^
  768. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  769. int refcounted_frames;
  770. ^
  771. src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  772. ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
  773. ^
  774. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  775. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  776. ^
  777. src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
  778. ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
  779. ^
  780. src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
  781. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  782. ^
  783. 3 warnings generated.
  784. src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  785. int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
  786. ^
  787. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  788. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  789. ^
  790. 1 warning generated.
  791. src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  792. in_qp_table = av_frame_get_qp_table(in, &stride, &type);
  793. ^
  794. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  795. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  796. ^
  797. src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  798. av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
  799. ^
  800. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  801. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  802. ^
  803. 2 warnings generated.
  804. src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
  805. #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
  806. ^
  807. 1 warning generated.
  808. src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  809. a->mjpeg_avctx->refcounted_frames = 1;
  810. ^
  811. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  812. int refcounted_frames;
  813. ^
  814. src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  815. ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
  816. ^
  817. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  818. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  819. ^
  820. 2 warnings generated.
  821. src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  822. if (!avctx->refcounted_frames) {
  823. ^
  824. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  825. int refcounted_frames;
  826. ^
  827. 1 warning generated.
  828. src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
  829. ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
  830. ^
  831. src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
  832. int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
  833. ^
  834. src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
  835. ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
  836. ^
  837. src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
  838. int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
  839. ^
  840. 2 warnings generated.
  841. src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
  842. static const int8_t num_bins_in_se[] = {
  843. ^
  844. 1 warning generated.
  845. src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  846. av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
  847. ^
  848. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  849. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  850. ^
  851. 1 warning generated.
  852. src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  853. return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
  854. ^
  855. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  856. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  857. ^
  858. 1 warning generated.
  859. src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  860. int u[16][16] = { 0 }, v[16][16] = { 0 };
  861. ^
  862. {}
  863. src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  864. int u[16][16] = { 0 }, v[16][16] = { 0 };
  865. ^
  866. {}
  867. 2 warnings generated.
  868. src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  869. s->avctx->refcounted_frames = 1;
  870. ^
  871. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  872. int refcounted_frames;
  873. ^
  874. src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  875. ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
  876. ^
  877. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  878. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  879. ^
  880. 2 warnings generated.
  881. src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  882. if (!avctx->refcounted_frames)
  883. ^
  884. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  885. int refcounted_frames;
  886. ^
  887. 1 warning generated.
  888. /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/ffmpeg-4.3.1/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
  889. src/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
  890. src/libavutil/video_enc_params.c:36:19: warning: comparison of constant 922337203685477580 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
  891. if (nb_blocks > SIZE_MAX / sizeof(AVVideoBlockParams) ||
  892. ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  893. 1 warning generated.
  894. src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  895. if (!(prev = av_oformat_next(prev)))
  896. ^
  897. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  898. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  899. ^
  900. src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  901. if (!(prev = av_iformat_next(prev)))
  902. ^
  903. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  904. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  905. ^
  906. 2 warnings generated.
  907. src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  908. avctx->properties = st->codec->properties;
  909. ^
  910. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  911. AVCodecContext *codec;
  912. ^
  913. src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  914. avctx->codec = st->codec->codec;
  915. ^
  916. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  917. AVCodecContext *codec;
  918. ^
  919. src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  920. avctx->qmin = st->codec->qmin;
  921. ^
  922. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  923. AVCodecContext *codec;
  924. ^
  925. src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  926. avctx->qmax = st->codec->qmax;
  927. ^
  928. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  929. AVCodecContext *codec;
  930. ^
  931. src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  932. avctx->coded_width = st->codec->coded_width;
  933. ^
  934. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  935. AVCodecContext *codec;
  936. ^
  937. src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  938. avctx->coded_height = st->codec->coded_height;
  939. ^
  940. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  941. AVCodecContext *codec;
  942. ^
  943. src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  944. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  945. ^
  946. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  947. AVCodecContext *codec;
  948. ^
  949. src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  950. int tbc = st->codec->time_base.den && st->codec->time_base.num;
  951. ^
  952. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  953. AVCodecContext *codec;
  954. ^
  955. src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  956. print_fps(1 / av_q2d(st->codec->time_base), "tbc");
  957. ^
  958. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  959. AVCodecContext *codec;
  960. ^
  961. 9 warnings generated.
  962. src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  963. while ((ifmt = av_iformat_next(ifmt)))
  964. ^
  965. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  966. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  967. ^
  968. src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  969. while ((ofmt = av_oformat_next(ofmt)))
  970. ^
  971. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  972. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  973. ^
  974. src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
  975. while (ifmt = av_iformat_next(ifmt))
  976. ^
  977. src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
  978. AVInputFormat *av_iformat_next(const AVInputFormat *f);
  979. ^
  980. src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
  981. while (ofmt = av_oformat_next(ofmt))
  982. ^
  983. src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
  984. AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
  985. ^
  986. 4 warnings generated.
  987. src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  988. p = p ? p + 1 : url_protocols;
  989. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
  990. 1 warning generated.
  991. src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  992. if (st->codec) {
  993. ^
  994. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  995. AVCodecContext *codec;
  996. ^
  997. src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  998. if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
  999. ^
  1000. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  1001. AVCodecContext *codec;
  1002. ^
  1003. src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  1004. else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
  1005. ^
  1006. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  1007. AVCodecContext *codec;
  1008. ^
  1009. 3 warnings generated.
  1010. src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  1011. const AVCodecContext *dec_ctx = ist->codec;
  1012. ^
  1013. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  1014. AVCodecContext *codec;
  1015. ^
  1016. src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  1017. AVCodecContext *enc_ctx = ost->codec;
  1018. ^
  1019. src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
  1020. AVCodecContext *codec;
  1021. ^
  1022. 2 warnings generated.
  1023. src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
  1024. av_freep(&(*graph)->resample_lavr_opts);
  1025. ^
  1026. src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
  1027. attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
  1028. ^
  1029. 1 warning generated.
  1030. src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  1031. ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
  1032. ^
  1033. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  1034. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  1035. ^
  1036. 1 warning generated.
  1037. src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  1038. st->codec_ctx->refcounted_frames = 1;
  1039. ^
  1040. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  1041. int refcounted_frames;
  1042. ^
  1043. src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  1044. ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
  1045. ^
  1046. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  1047. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  1048. ^
  1049. src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
  1050. ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
  1051. ^
  1052. src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
  1053. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  1054. ^
  1055. 3 warnings generated.
  1056. src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  1057. int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
  1058. ^
  1059. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  1060. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  1061. ^
  1062. 1 warning generated.
  1063. src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
  1064. in_qp_table = av_frame_get_qp_table(in, &stride, &type);
  1065. ^
  1066. src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
  1067. int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
  1068. ^
  1069. src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  1070. av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
  1071. ^
  1072. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  1073. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  1074. ^
  1075. 2 warnings generated.
  1076. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/colorspacedsp.o
  1077. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/vf_atadenoise.o
  1078. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/vf_convolution.o
  1079. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/vf_gblur.o
  1080. src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
  1081. #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
  1082. ^
  1083. src/libavcodec/audiotoolboxdec.c:343:34: warning: incompatible pointer types passing 'UInt32 *' (aka 'unsigned long *') to parameter of type 'int *' [-Wincompatible-pointer-types]
  1084. &in_format.mChannelsPerFrame, &avctx->frame_size,
  1085. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1086. src/libavcodec/mpegaudiodecheader.h:58:31: note: passing argument to parameter 'channels' here
  1087. int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);
  1088. ^
  1089. src/libavcodec/audiotoolboxdec.c:534:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  1090. &frame->nb_samples, &out_buffers, NULL);
  1091. ^~~~~~~~~~~~~~~~~~
  1092. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
  1093. UInt32 * ioOutputDataPacketSize,
  1094. ^
  1095. src/libavcodec/audiotoolboxdec.c:550:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
  1096. av_log(avctx, AV_LOG_WARNING, "Decode error: %i\n", ret);
  1097. ~~ ^~~
  1098. (int)
  1099. 4 warnings generated.
  1100. src/libavcodec/audiotoolboxenc.c:367:68: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
  1101. "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
  1102. ~~ ^~~~
  1103. (unsigned int)
  1104. src/libavcodec/audiotoolboxenc.c:367:74: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
  1105. "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
  1106. ~~ ^~~~~~~~
  1107. (unsigned int)
  1108. src/libavcodec/audiotoolboxenc.c:381:40: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nullable' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  1109. &avctx->extradata_size, NULL) &&
  1110. ^~~~~~~~~~~~~~~~~~~~~~
  1111. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:593:61: note: passing argument to parameter 'outSize' here
  1112. UInt32 * __nullable outSize,
  1113. ^
  1114. src/libavcodec/audiotoolboxenc.c:398:44: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  1115. &extradata_size, extradata);
  1116. ^~~~~~~~~~~~~~~
  1117. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:615:57: note: passing argument to parameter 'ioPropertyDataSize' here
  1118. UInt32 * ioPropertyDataSize,
  1119. ^
  1120. src/libavcodec/audiotoolboxenc.c:548:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
  1121. got_packet_ptr, &out_buffers,
  1122. ^~~~~~~~~~~~~~
  1123. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
  1124. UInt32 * ioOutputDataPacketSize,
  1125. ^
  1126. src/libavcodec/audiotoolboxenc.c:561:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
  1127. av_log(avctx, AV_LOG_WARNING, "Encode error: %i\n", ret);
  1128. ~~ ^~~
  1129. (int)
  1130. 6 warnings generated.
  1131. src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  1132. a->mjpeg_avctx->refcounted_frames = 1;
  1133. ^
  1134. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  1135. int refcounted_frames;
  1136. ^
  1137. src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  1138. ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
  1139. ^
  1140. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  1141. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  1142. ^
  1143. 2 warnings generated.
  1144. src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  1145. if (!avctx->refcounted_frames) {
  1146. ^
  1147. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  1148. int refcounted_frames;
  1149. ^
  1150. 1 warning generated.
  1151. src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
  1152. ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
  1153. ^
  1154. src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
  1155. int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
  1156. ^
  1157. src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
  1158. ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
  1159. ^
  1160. src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
  1161. int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
  1162. ^
  1163. 2 warnings generated.
  1164. src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
  1165. static const int8_t num_bins_in_se[] = {
  1166. ^
  1167. 1 warning generated.
  1168. src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  1169. av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
  1170. ^
  1171. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  1172. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  1173. ^
  1174. 1 warning generated.
  1175. src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
  1176. return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
  1177. ^
  1178. src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
  1179. int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
  1180. ^
  1181. 1 warning generated.
  1182. src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  1183. int u[16][16] = { 0 }, v[16][16] = { 0 };
  1184. ^
  1185. {}
  1186. src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  1187. int u[16][16] = { 0 }, v[16][16] = { 0 };
  1188. ^
  1189. {}
  1190. 2 warnings generated.
  1191. src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  1192. s->avctx->refcounted_frames = 1;
  1193. ^
  1194. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  1195. int refcounted_frames;
  1196. ^
  1197. src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  1198. ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
  1199. ^
  1200. src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
  1201. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  1202. ^
  1203. 2 warnings generated.
  1204. src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  1205. if (!avctx->refcounted_frames)
  1206. ^
  1207. src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
  1208. int refcounted_frames;
  1209. ^
  1210. 1 warning generated.
  1211. /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/ffmpeg-4.3.1/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
  1212. src/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
  1213. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavcodec/x86/mlpdsp.o
  1214. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavcodec/x86/proresdsp.o
  1215. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavcodec/x86/simple_idct10.o
  1216. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(colorspacedsp.o) has no symbols
  1217. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_atadenoise.o) has no symbols
  1218. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_convolution.o) has no symbols
  1219. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_gblur.o) has no symbols
  1220. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(colorspacedsp.o) has no symbols
  1221. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_atadenoise.o) has no symbols
  1222. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_convolution.o) has no symbols
  1223. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_gblur.o) has no symbols
  1224. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(hevc_mc.o) has no symbols
  1225. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(mlpdsp.o) has no symbols
  1226. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(proresdsp.o) has no symbols
  1227. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(simple_idct10.o) has no symbols
  1228. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(colorspacedsp.o) has no symbols
  1229. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(vf_atadenoise.o) has no symbols
  1230. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(vf_convolution.o) has no symbols
  1231. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(vf_gblur.o) has no symbols
  1232. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(hevc_mc.o) has no symbols
  1233. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(mlpdsp.o) has no symbols
  1234. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(proresdsp.o) has no symbols
  1235. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(simple_idct10.o) has no symbols
  1236. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(hevc_mc.o) has no symbols
  1237. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(mlpdsp.o) has no symbols
  1238. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(proresdsp.o) has no symbols
  1239. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(simple_idct10.o) has no symbols
  1240. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavcodec.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavcodec.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavcodec.a -output FFmpeg-iOS/lib/libavcodec.a
  1241. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavdevice.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavdevice.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavdevice.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavdevice.a -output FFmpeg-iOS/lib/libavdevice.a
  1242. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavfilter.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavfilter.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavfilter.a -output FFmpeg-iOS/lib/libavfilter.a
  1243. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavformat.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavformat.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavformat.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavformat.a -output FFmpeg-iOS/lib/libavformat.a
  1244. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavutil.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavutil.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavutil.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavutil.a -output FFmpeg-iOS/lib/libavutil.a
  1245. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libswresample.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libswresample.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libswresample.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libswresample.a -output FFmpeg-iOS/lib/libswresample.a
  1246. lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libswscale.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libswscale.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libswscale.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libswscale.a -output FFmpeg-iOS/lib/libswscale.a