Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.61 KB | None | 0 0
  1. MAN doc/libavformat.3
  2. MAN doc/libavdevice.3
  3. MAN doc/libavfilter.3
  4. TXT doc/fate.txt
  5. CC fftools/ffmpeg_opt.o
  6. fftools/ffmpeg_opt.c: In function ‘add_input_streams’:
  7. fftools/ffmpeg_opt.c:794:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  8. if (av_codec_get_lowres(st->codec)) {
  9. ^
  10. In file included from fftools/cmdutils.h:30:0,
  11. from fftools/ffmpeg.h:32,
  12. from fftools/ffmpeg_opt.c:23:
  13. ./libavformat/avformat.h:893:21: note: declared here
  14. AVCodecContext *codec;
  15. ^
  16. fftools/ffmpeg_opt.c:795:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  17. av_codec_set_lowres(ist->dec_ctx, av_codec_get_lowres(st->codec));
  18. ^
  19. In file included from fftools/cmdutils.h:30:0,
  20. from fftools/ffmpeg.h:32,
  21. from fftools/ffmpeg_opt.c:23:
  22. ./libavformat/avformat.h:893:21: note: declared here
  23. AVCodecContext *codec;
  24. ^
  25. fftools/ffmpeg_opt.c:796:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  26. ist->dec_ctx->width = st->codec->width;
  27. ^
  28. In file included from fftools/cmdutils.h:30:0,
  29. from fftools/ffmpeg.h:32,
  30. from fftools/ffmpeg_opt.c:23:
  31. ./libavformat/avformat.h:893:21: note: declared here
  32. AVCodecContext *codec;
  33. ^
  34. fftools/ffmpeg_opt.c:797:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  35. ist->dec_ctx->height = st->codec->height;
  36. ^
  37. In file included from fftools/cmdutils.h:30:0,
  38. from fftools/ffmpeg.h:32,
  39. from fftools/ffmpeg_opt.c:23:
  40. ./libavformat/avformat.h:893:21: note: declared here
  41. AVCodecContext *codec;
  42. ^
  43. fftools/ffmpeg_opt.c:798:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  44. ist->dec_ctx->coded_width = st->codec->coded_width;
  45. ^
  46. In file included from fftools/cmdutils.h:30:0,
  47. from fftools/ffmpeg.h:32,
  48. from fftools/ffmpeg_opt.c:23:
  49. ./libavformat/avformat.h:893:21: note: declared here
  50. AVCodecContext *codec;
  51. ^
  52. fftools/ffmpeg_opt.c:799:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  53. ist->dec_ctx->coded_height = st->codec->coded_height;
  54. ^
  55. In file included from fftools/cmdutils.h:30:0,
  56. from fftools/ffmpeg.h:32,
  57. from fftools/ffmpeg_opt.c:23:
  58. ./libavformat/avformat.h:893:21: note: declared here
  59. AVCodecContext *codec;
  60. ^
  61. fftools/ffmpeg_opt.c: In function ‘read_ffserver_streams’:
  62. fftools/ffmpeg_opt.c:2014:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  63. avcodec_get_context_defaults3(st->codec, codec);
  64. ^
  65. In file included from fftools/cmdutils.h:30:0,
  66. from fftools/ffmpeg.h:32,
  67. from fftools/ffmpeg_opt.c:23:
  68. ./libavformat/avformat.h:893:21: note: declared here
  69. AVCodecContext *codec;
  70. ^
  71. fftools/ffmpeg_opt.c:2019:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  72. av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN);
  73. ^
  74. In file included from fftools/cmdutils.h:30:0,
  75. from fftools/ffmpeg.h:32,
  76. from fftools/ffmpeg_opt.c:23:
  77. ./libavformat/avformat.h:893:21: note: declared here
  78. AVCodecContext *codec;
  79. ^
  80. fftools/ffmpeg_opt.c:2026:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  81. choose_pixel_fmt(st, st->codec, codec, st->codecpar->format);
  82. ^
  83. In file included from fftools/cmdutils.h:30:0,
  84. from fftools/ffmpeg.h:32,
  85. from fftools/ffmpeg_opt.c:23:
  86. ./libavformat/avformat.h:893:21: note: declared here
  87. AVCodecContext *codec;
  88. ^
  89. fftools/ffmpeg_opt.c:2027:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations]
  90. avcodec_copy_context(ost->enc_ctx, st->codec);
  91. ^
  92. In file included from fftools/cmdutils.h:28:0,
  93. from fftools/ffmpeg.h:32,
  94. from fftools/ffmpeg_opt.c:23:
  95. ./libavcodec/avcodec.h:4412:5: note: declared here
  96. int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
  97. ^
  98. fftools/ffmpeg_opt.c:2027:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  99. avcodec_copy_context(ost->enc_ctx, st->codec);
  100. ^
  101. In file included from fftools/cmdutils.h:30:0,
  102. from fftools/ffmpeg.h:32,
  103. from fftools/ffmpeg_opt.c:23:
  104. ./libavformat/avformat.h:893:21: note: declared here
  105. AVCodecContext *codec;
  106. ^
  107. fftools/ffmpeg_opt.c: In function ‘open_output_file’:
  108. fftools/ffmpeg_opt.c:2406:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  109. if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0)
  110. ^
  111. In file included from fftools/cmdutils.h:30:0,
  112. from fftools/ffmpeg.h:32,
  113. from fftools/ffmpeg_opt.c:23:
  114. ./libavformat/avformat.h:893:21: note: declared here
  115. AVCodecContext *codec;
  116. ^
  117. CC fftools/ffmpeg_filter.o
  118. CC fftools/ffmpeg_hw.o
  119. CC fftools/cmdutils.o
  120. CC fftools/ffmpeg.o
  121. fftools/ffmpeg.c: In function ‘do_streamcopy’:
  122. fftools/ffmpeg.c:2080:5: warning: ‘av_copy_packet_side_data’ is deprecated [-Wdeprecated-declarations]
  123. av_copy_packet_side_data(&opkt, pkt);
  124. ^
  125. In file included from ./libavformat/avformat.h:319:0,
  126. from fftools/ffmpeg.c:43:
  127. ./libavcodec/avcodec.h:4640:5: note: declared here
  128. int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src);
  129. ^
  130. fftools/ffmpeg.c:2087:9: warning: ‘avpicture_fill’ is deprecated [-Wdeprecated-declarations]
  131. int ret = avpicture_fill(&pict, opkt.data, ost->st->codecpar->format, ost->st->codecpar->width, ost->st->codecpar->he
  132. ^
  133. In file included from ./libavformat/avformat.h:319:0,
  134. from fftools/ffmpeg.c:43:
  135. ./libavcodec/avcodec.h:5638:5: note: declared here
  136. int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
  137. ^
  138. fftools/ffmpeg.c: In function ‘init_output_stream’:
  139. fftools/ffmpeg.c:3510:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations]
  140. ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx);
  141. ^
  142. In file included from ./libavformat/avformat.h:319:0,
  143. from fftools/ffmpeg.c:43:
  144. ./libavcodec/avcodec.h:4412:5: note: declared here
  145. int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
  146. ^
  147. fftools/ffmpeg.c:3510:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  148. ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx);
  149. ^
  150. In file included from fftools/ffmpeg.c:43:0:
  151. ./libavformat/avformat.h:893:21: note: declared here
  152. AVCodecContext *codec;
  153. ^
  154. fftools/ffmpeg.c:3556:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  155. ost->st->codec->codec= ost->enc_ctx->codec;
  156. ^
  157. In file included from fftools/ffmpeg.c:43:0:
  158. ./libavformat/avformat.h:893:21: note: declared here
  159. AVCodecContext *codec;
  160. ^
  161. fftools/ffmpeg.c: In function ‘check_keyboard_interaction’:
  162. fftools/ffmpeg.c:3943:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  163. debug = input_streams[0]->st->codec->debug<<1;
  164. ^
  165. In file included from fftools/ffmpeg.c:43:0:
  166. ./libavformat/avformat.h:893:21: note: declared here
  167. AVCodecContext *codec;
  168. ^
  169. fftools/ffmpeg.c:3966:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  170. input_streams[i]->st->codec->debug = debug;
  171. ^
  172. In file included from fftools/ffmpeg.c:43:0:
  173. ./libavformat/avformat.h:893:21: note: declared here
  174. AVCodecContext *codec;
  175. ^
  176. fftools/ffmpeg.c: In function ‘sub2video_push_ref’:
  177. fftools/ffmpeg.c:227:9: warning: ignoring return value of ‘av_buffersrc_add_frame_flags’, declared with attribute warn_unused_result [-Wunused-result]
  178. av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame,
  179. ^
  180. fftools/ffmpeg.c: In function ‘sigterm_handler’:
  181. fftools/ffmpeg.c:334:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  182. write(2/*STDERR_FILENO*/, "Received > 3 system signals, hard exiting\n",
  183. ^
  184. fftools/ffmpeg.c: In function ‘sub2video_flush’:
  185. fftools/ffmpeg.c:302:9: warning: ignoring return value of ‘av_buffersrc_add_frame’, declared with attribute warn_unused_result [-Wunused-result]
  186. av_buffersrc_add_frame(ist->filters[i]->filter, NULL);
  187. ^
  188. CC fftools/ffmpeg_cuvid.o
  189. LD ffmpeg_g
  190. STRIP ffmpeg
  191. CC fftools/ffprobe.o
  192. fftools/ffprobe.c: In function ‘show_packet’:
  193. fftools/ffprobe.c:2051:5: warning: ‘convergence_duration’ is deprecated [-Wdeprecated-declarations]
  194. print_duration_ts("convergence_duration", pkt->convergence_duration);
  195. ^
  196. In file included from ./libavformat/avformat.h:319:0,
  197. from fftools/ffprobe.c:31:
  198. ./libavcodec/avcodec.h:1708:13: note: declared here
  199. int64_t convergence_duration;
  200. ^
  201. fftools/ffprobe.c:2052:5: warning: ‘convergence_duration’ is deprecated [-Wdeprecated-declarations]
  202. print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base);
  203. ^
  204. In file included from ./libavformat/avformat.h:319:0,
  205. from fftools/ffprobe.c:31:
  206. ./libavcodec/avcodec.h:1708:13: note: declared here
  207. int64_t convergence_duration;
  208. ^
  209. fftools/ffprobe.c: In function ‘show_stream’:
  210. fftools/ffprobe.c:2557:9: warning: ‘timecode_frame_start’ is deprecated [-Wdeprecated-declarations]
  211. if (dec_ctx && dec_ctx->timecode_frame_start >= 0) {
  212. ^
  213. In file included from ./libavformat/avformat.h:319:0,
  214. from fftools/ffprobe.c:31:
  215. ./libavcodec/avcodec.h:2874:13: note: declared here
  216. int64_t timecode_frame_start;
  217. ^
  218. fftools/ffprobe.c:2559:13: warning: ‘timecode_frame_start’ is deprecated [-Wdeprecated-declarations]
  219. av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start);
  220. ^
  221. In file included from ./libavformat/avformat.h:319:0,
  222. from fftools/ffprobe.c:31:
  223. ./libavcodec/avcodec.h:2874:13: note: declared here
  224. int64_t timecode_frame_start;
  225. ^
  226. fftools/ffprobe.c:2623:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  227. if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str);
  228. ^
  229. In file included from fftools/ffprobe.c:31:0:
  230. ./libavformat/avformat.h:893:21: note: declared here
  231. AVCodecContext *codec;
  232. ^
  233. fftools/ffprobe.c:1818:12: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  234. struct unit_value uv; \
  235. ^
  236. fftools/ffprobe.c:2623:41: note: in expansion of macro ‘print_val’
  237. if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str);
  238. ^
  239. In file included from fftools/ffprobe.c:31:0:
  240. ./libavformat/avformat.h:893:21: note: declared here
  241. AVCodecContext *codec;
  242. ^
  243. LD ffprobe_g
  244. STRIP ffprobe
  245. CC fftools/ffserver_config.o
  246. fftools/ffserver_config.c: In function ‘add_codec’:
  247. fftools/ffserver_config.c:294:13: warning: ‘rc_eq’ is deprecated [-Wdeprecated-declarations]
  248. av->rc_eq = av_strdup("tex^qComp");
  249. ^
  250. In file included from fftools/cmdutils.h:28:0,
  251. from fftools/ffserver_config.c:28:
  252. ./libavcodec/avcodec.h:2754:17: note: declared here
  253. const char *rc_eq;
  254. ^
  255. fftools/ffserver_config.c:296:13: warning: ‘rc_eq’ is deprecated [-Wdeprecated-declarations]
  256. WARNING("Setting default value for video rate control equation = "
  257. ^
  258. In file included from fftools/cmdutils.h:28:0,
  259. from fftools/ffserver_config.c:28:
  260. ./libavcodec/avcodec.h:2754:17: note: declared here
  261. const char *rc_eq;
  262. ^
  263. CC fftools/ffserver.o
  264. fftools/ffserver.c: In function ‘unlayer_stream’:
  265. fftools/ffserver.c:260:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  266. avcodec_free_context(&st->codec);
  267. ^
  268. In file included from fftools/ffserver.c:33:0:
  269. ./libavformat/avformat.h:893:21: note: declared here
  270. AVCodecContext *codec;
  271. ^
  272. fftools/ffserver.c:265:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  273. COPY(codec)
  274. ^
  275. In file included from fftools/ffserver.c:33:0:
  276. ./libavformat/avformat.h:893:21: note: declared here
  277. AVCodecContext *codec;
  278. ^
  279. fftools/ffserver.c: In function ‘close_connection’:
  280. fftools/ffserver.c:924:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  281. if (st->codec->codec)
  282. ^
  283. In file included from fftools/ffserver.c:33:0:
  284. ./libavformat/avformat.h:893:21: note: declared here
  285. AVCodecContext *codec;
  286. ^
  287. fftools/ffserver.c:925:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  288. avcodec_close(st->codec);
  289. ^
  290. In file included from fftools/ffserver.c:33:0:
  291. ./libavformat/avformat.h:893:21: note: declared here
  292. AVCodecContext *codec;
  293. ^
  294. fftools/ffserver.c: In function ‘add_av_stream1’:
  295. fftools/ffserver.c:3562:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations]
  296. avcodec_copy_context(fst->codec, codec);
  297. ^
  298. In file included from ./libavformat/avformat.h:319:0,
  299. from fftools/ffserver.c:33:
  300. ./libavcodec/avcodec.h:4412:5: note: declared here
  301. int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
  302. ^
  303. fftools/ffserver.c: In function ‘build_file_streams’:
  304. fftools/ffserver.c:3686:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  305. add_av_stream1(stream, infile->streams[i]->codec, 1);
  306. ^
  307. In file included from fftools/ffserver.c:33:0:
  308. ./libavformat/avformat.h:893:21: note: declared here
  309. AVCodecContext *codec;
  310. ^
  311. LD ffserver_g
  312. STRIP ffserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement