ffmpeg-sys 4.3.3

FFI bindings to FFmpeg
Documentation
Build #1775807 2025-02-18 17:56:54
# rustc version
rustc 1.87.0-nightly (ce36a966c 2025-02-17)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ffmpeg-sys-4.3.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ffmpeg-sys-4.3.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250217-1.87.0-nightly-ce36a966c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e2fc1444c7752c401f73c5486638efd34a3c41ea9b143ab37e1087da5be8f70d
[INFO] running `Command { std: "docker" "start" "-a" "e2fc1444c7752c401f73c5486638efd34a3c41ea9b143ab37e1087da5be8f70d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting ffmpeg-sys v4.3.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:9771:13
[INFO] [stderr]      |
[INFO] [stderr] 9771 |       #[doc = " Retrieve a filtered packet."]
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 9772 | |     #[doc = ""]
[INFO] [stderr] 9773 | |     #[doc = " @param[out] pkt this struct will be filled with the contents of the filtered"]
[INFO] [stderr] 9774 | |     #[doc = "                 packet. It is owned by the caller and must be freed using"]
[INFO] [stderr] ...    |
[INFO] [stderr] 9791 | |     #[doc = " output fewer packets than were sent to it, so this function may return"]
[INFO] [stderr] 9792 | |     #[doc = " AVERROR(EAGAIN) immediately after a successful av_bsf_send_packet() call."]
[INFO] [stderr]      | |________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              @param[out] pkt this struct will be filled with the contents of the filtered
[INFO] [stderr]                     ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:9855:13
[INFO] [stderr]      |
[INFO] [stderr] 9855 |       #[doc = " Finalize list of bitstream filters."]
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 9856 | |     #[doc = ""]
[INFO] [stderr] 9857 | |     #[doc = " This function will transform @ref AVBSFList to single @ref AVBSFContext,"]
[INFO] [stderr] 9858 | |     #[doc = " so the whole chain of bitstream filters can be treated as single filter"]
[INFO] [stderr] ...    |
[INFO] [stderr] 9867 | |     #[doc = ""]
[INFO] [stderr] 9868 | |     #[doc = " @return >=0 on success, negative AVERROR in case of failure"]
[INFO] [stderr]      | |__________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
[INFO] [stderr]                     ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:9875:13
[INFO] [stderr]      |
[INFO] [stderr] 9875 |       #[doc = " Parse string describing list of bitstream filters and create single"]
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 9876 | |     #[doc = " @ref AVBSFContext describing the whole chain of bitstream filters."]
[INFO] [stderr] 9877 | |     #[doc = " Resulting @ref AVBSFContext can be treated as any other @ref AVBSFContext freshly"]
[INFO] [stderr] 9878 | |     #[doc = " allocated by av_bsf_alloc()."]
[INFO] [stderr] ...    |
[INFO] [stderr] 9884 | |     #[doc = ""]
[INFO] [stderr] 9885 | |     #[doc = " @return >=0 on success, negative AVERROR in case of failure"]
[INFO] [stderr]      | |__________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
[INFO] [stderr]                     ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:9892:13
[INFO] [stderr]      |
[INFO] [stderr] 9892 |       #[doc = " Get null/pass-through bitstream filter."]
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 9893 | |     #[doc = ""]
[INFO] [stderr] 9894 | |     #[doc = " @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter"]
[INFO] [stderr] 9895 | |     #[doc = ""]
[INFO] [stderr] 9896 | |     #[doc = " @return"]
[INFO] [stderr]      | |______________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter
[INFO] [stderr]                     ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `i`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15053:13
[INFO] [stderr]       |
[INFO] [stderr] 15053 |       #[doc = " Modify width and height values so that they will result in a memory"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15054 | |     #[doc = " buffer that is acceptable for the codec if you also ensure that all"]
[INFO] [stderr] 15055 | |     #[doc = " line sizes are a multiple of the respective linesize_align[i]."]
[INFO] [stderr] 15056 | |     #[doc = ""]
[INFO] [stderr] 15057 | |     #[doc = " May only be used if a codec with AV_CODEC_CAP_DR1 has been opened."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               line sizes are a multiple of the respective linesize_align[i].
[INFO] [stderr]                                                                          ^
[INFO] [stderr]       = note: no item named `i` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15090:13
[INFO] [stderr]       |
[INFO] [stderr] 15090 |       #[doc = " Decode the audio frame of size avpkt->size from avpkt->data into frame."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15091 | |     #[doc = ""]
[INFO] [stderr] 15092 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket. Such"]
[INFO] [stderr] 15093 | |     #[doc = " decoders would then just decode the first frame and the return value would be"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15139 | |     #[doc = ""]
[INFO] [stderr] 15140 | |     #[doc = " @deprecated Use avcodec_send_packet() and avcodec_receive_frame()."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] frame The AVFrame in which to store decoded audio samples.
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15090:13
[INFO] [stderr]       |
[INFO] [stderr] 15090 |       #[doc = " Decode the audio frame of size avpkt->size from avpkt->data into frame."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15091 | |     #[doc = ""]
[INFO] [stderr] 15092 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket. Such"]
[INFO] [stderr] 15093 | |     #[doc = " decoders would then just decode the first frame and the return value would be"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15139 | |     #[doc = ""]
[INFO] [stderr] 15140 | |     #[doc = " @deprecated Use avcodec_send_packet() and avcodec_receive_frame()."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] got_frame_ptr Zero if no frame could be decoded, otherwise it is
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15090:13
[INFO] [stderr]       |
[INFO] [stderr] 15090 |       #[doc = " Decode the audio frame of size avpkt->size from avpkt->data into frame."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15091 | |     #[doc = ""]
[INFO] [stderr] 15092 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket. Such"]
[INFO] [stderr] 15093 | |     #[doc = " decoders would then just decode the first frame and the return value would be"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15139 | |     #[doc = ""]
[INFO] [stderr] 15140 | |     #[doc = " @deprecated Use avcodec_send_packet() and avcodec_receive_frame()."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  avpkt The input AVPacket containing the input buffer.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15149:13
[INFO] [stderr]       |
[INFO] [stderr] 15149 |       #[doc = " Decode the video frame of size avpkt->size from avpkt->data into picture."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15150 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket, such"]
[INFO] [stderr] 15151 | |     #[doc = " decoders would then just decode the first frame."]
[INFO] [stderr] 15152 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 15190 | |     #[doc = ""]
[INFO] [stderr] 15191 | |     #[doc = " @deprecated Use avcodec_send_packet() and avcodec_receive_frame()."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] picture The AVFrame in which the decoded video frame will be stored.
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15149:13
[INFO] [stderr]       |
[INFO] [stderr] 15149 |       #[doc = " Decode the video frame of size avpkt->size from avpkt->data into picture."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15150 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket, such"]
[INFO] [stderr] 15151 | |     #[doc = " decoders would then just decode the first frame."]
[INFO] [stderr] 15152 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 15190 | |     #[doc = ""]
[INFO] [stderr] 15191 | |     #[doc = " @deprecated Use avcodec_send_packet() and avcodec_receive_frame()."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] avpkt The input AVPacket containing the input buffer.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15149:13
[INFO] [stderr]       |
[INFO] [stderr] 15149 |       #[doc = " Decode the video frame of size avpkt->size from avpkt->data into picture."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15150 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket, such"]
[INFO] [stderr] 15151 | |     #[doc = " decoders would then just decode the first frame."]
[INFO] [stderr] 15152 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 15190 | |     #[doc = ""]
[INFO] [stderr] 15191 | |     #[doc = " @deprecated Use avcodec_send_packet() and avcodec_receive_frame()."]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] got_picture_ptr Zero if no frame could be decompressed, otherwise, it is nonzero.
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15200:13
[INFO] [stderr]       |
[INFO] [stderr] 15200 |       #[doc = " Decode a subtitle message."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15201 | |     #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 15202 | |     #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 15203 | |     #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ...     |
[INFO] [stderr] 15223 | |     #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 15224 | |     #[doc = " @param[in] avpkt The input AVPacket containing the input buffer."]
[INFO] [stderr]       | |_______________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] sub The preallocated AVSubtitle in which the decoded subtitle will be stored,
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15200:13
[INFO] [stderr]       |
[INFO] [stderr] 15200 |       #[doc = " Decode a subtitle message."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15201 | |     #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 15202 | |     #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 15203 | |     #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ...     |
[INFO] [stderr] 15223 | |     #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 15224 | |     #[doc = " @param[in] avpkt The input AVPacket containing the input buffer."]
[INFO] [stderr]       | |_______________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero.
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15200:13
[INFO] [stderr]       |
[INFO] [stderr] 15200 |       #[doc = " Decode a subtitle message."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15201 | |     #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 15202 | |     #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 15203 | |     #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ...     |
[INFO] [stderr] 15223 | |     #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 15224 | |     #[doc = " @param[in] avpkt The input AVPacket containing the input buffer."]
[INFO] [stderr]       | |_______________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] avpkt The input AVPacket containing the input buffer.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15233:13
[INFO] [stderr]       |
[INFO] [stderr] 15233 |       #[doc = " Supply raw packet data as input to a decoder."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15234 | |     #[doc = ""]
[INFO] [stderr] 15235 | |     #[doc = " Internally, this call will copy relevant AVCodecContext fields, which can"]
[INFO] [stderr] 15236 | |     #[doc = " influence decoding per-packet, and apply them when the packet is actually"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15279 | |     #[doc = "      AVERROR(ENOMEM):   failed to add packet to internal queue, or similar"]
[INFO] [stderr] 15280 | |     #[doc = "      other errors: legitimate decoding errors"]
[INFO] [stderr]       | |____________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] avpkt The input AVPacket. Usually, this will be a single video
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:15306:13
[INFO] [stderr]       |
[INFO] [stderr] 15306 |       #[doc = " Supply a raw video or audio frame to the encoder. Use avcodec_receive_packet()"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 15307 | |     #[doc = " to retrieve buffered output packets."]
[INFO] [stderr] 15308 | |     #[doc = ""]
[INFO] [stderr] 15309 | |     #[doc = " @param avctx     codec context"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15337 | |     #[doc = "      AVERROR(ENOMEM):   failed to add packet to internal queue, or similar"]
[INFO] [stderr] 15338 | |     #[doc = "      other errors: legitimate encoding errors"]
[INFO] [stderr]       | |____________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] frame AVFrame containing the raw audio or video frame to be encoded.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16180:13
[INFO] [stderr]       |
[INFO] [stderr] 16180 |       #[doc = " Encode a frame of audio."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16181 | |     #[doc = ""]
[INFO] [stderr] 16182 | |     #[doc = " Takes input samples from frame and writes the next output packet, if"]
[INFO] [stderr] 16183 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16218 | |     #[doc = "             If allowed and required, set AVCodecContext.get_encode_buffer to"]
[INFO] [stderr] 16219 | |     #[doc = "             a custom function to pass user supplied output buffers."]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] frame AVFrame containing the raw audio data to be encoded.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16180:13
[INFO] [stderr]       |
[INFO] [stderr] 16180 |       #[doc = " Encode a frame of audio."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16181 | |     #[doc = ""]
[INFO] [stderr] 16182 | |     #[doc = " Takes input samples from frame and writes the next output packet, if"]
[INFO] [stderr] 16183 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16218 | |     #[doc = "             If allowed and required, set AVCodecContext.get_encode_buffer to"]
[INFO] [stderr] 16219 | |     #[doc = "             a custom function to pass user supplied output buffers."]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] got_packet_ptr This field is set to 1 by libavcodec if the
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16228:13
[INFO] [stderr]       |
[INFO] [stderr] 16228 |       #[doc = " Encode a frame of video."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16229 | |     #[doc = ""]
[INFO] [stderr] 16230 | |     #[doc = " Takes input raw video data from frame and writes the next output packet, if"]
[INFO] [stderr] 16231 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16261 | |     #[doc = "             If allowed and required, set AVCodecContext.get_encode_buffer to"]
[INFO] [stderr] 16262 | |     #[doc = "             a custom function to pass user supplied output buffers."]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] frame AVFrame containing the raw video data to be encoded.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16228:13
[INFO] [stderr]       |
[INFO] [stderr] 16228 |       #[doc = " Encode a frame of video."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16229 | |     #[doc = ""]
[INFO] [stderr] 16230 | |     #[doc = " Takes input raw video data from frame and writes the next output packet, if"]
[INFO] [stderr] 16231 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16261 | |     #[doc = "             If allowed and required, set AVCodecContext.get_encode_buffer to"]
[INFO] [stderr] 16262 | |     #[doc = "             a custom function to pass user supplied output buffers."]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] got_packet_ptr This field is set to 1 by libavcodec if the
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16370:13
[INFO] [stderr]       |
[INFO] [stderr] 16370 |       #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16371 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 16372 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 16373 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16383 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 16384 | |     #[doc = " @return The best pixel format to convert to or -1 if none was found."]
[INFO] [stderr]       | |___________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] pix_fmt_list AV_PIX_FMT_NONE terminated array of pixel formats to choose from
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16370:13
[INFO] [stderr]       |
[INFO] [stderr] 16370 |       #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16371 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 16372 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 16373 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16383 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 16384 | |     #[doc = " @return The best pixel format to convert to or -1 if none was found."]
[INFO] [stderr]       | |___________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] src_pix_fmt source pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16370:13
[INFO] [stderr]       |
[INFO] [stderr] 16370 |       #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16371 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 16372 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 16373 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16383 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 16384 | |     #[doc = " @return The best pixel format to convert to or -1 if none was found."]
[INFO] [stderr]       | |___________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] has_alpha Whether the source pixel format alpha channel is used.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16370:13
[INFO] [stderr]       |
[INFO] [stderr] 16370 |       #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16371 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 16372 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 16373 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16383 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 16384 | |     #[doc = " @return The best pixel format to convert to or -1 if none was found."]
[INFO] [stderr]       | |___________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] loss_ptr Combination of flags informing you what kind of losses will occur.
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16498:13
[INFO] [stderr]       |
[INFO] [stderr] 16498 |       #[doc = " Fill AVFrame audio data and linesize pointers."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16499 | |     #[doc = ""]
[INFO] [stderr] 16500 | |     #[doc = " The buffer buf must be a preallocated buffer with a size big enough"]
[INFO] [stderr] 16501 | |     #[doc = " to contain the specified samples amount. The filled AVFrame data"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16517 | |     #[doc = " @todo return the size in bytes required to store the samples in"]
[INFO] [stderr] 16518 | |     #[doc = " case of success, at the next libavutil bump"]
[INFO] [stderr]       | |__________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                                  frame->extended_data, frame->linesize[0].
[INFO] [stderr]                                                                        ^
[INFO] [stderr]       = note: no item named `0` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16547:13
[INFO] [stderr]       |
[INFO] [stderr] 16547 |       #[doc = " Return codec bits per sample."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16548 | |     #[doc = ""]
[INFO] [stderr] 16549 | |     #[doc = " @param[in] codec_id the codec"]
[INFO] [stderr] 16550 | |     #[doc = " @return Number of bits per sample or zero if unknown for the given codec."]
[INFO] [stderr]       | |________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] codec_id the codec
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:16561:13
[INFO] [stderr]       |
[INFO] [stderr] 16561 |       #[doc = " Return codec bits per sample."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 16562 | |     #[doc = " Only return non-zero if the bits per sample is exactly correct, not an"]
[INFO] [stderr] 16563 | |     #[doc = " approximation."]
[INFO] [stderr] 16564 | |     #[doc = ""]
[INFO] [stderr] 16565 | |     #[doc = " @param[in] codec_id the codec"]
[INFO] [stderr] 16566 | |     #[doc = " @return Number of bits per sample or zero if unknown for the given codec."]
[INFO] [stderr]       | |________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] codec_id the codec
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:22832:13
[INFO] [stderr]       |
[INFO] [stderr] 22832 |       #[doc = " Initialize capabilities probing API based on AVOption API."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 22833 | |     #[doc = ""]
[INFO] [stderr] 22834 | |     #[doc = " avdevice_capabilities_free() must be called when query capabilities API is"]
[INFO] [stderr] 22835 | |     #[doc = " not used anymore."]
[INFO] [stderr] ...     |
[INFO] [stderr] 22845 | |     #[doc = ""]
[INFO] [stderr] 22846 | |     #[doc = " @return >= 0 on success, negative otherwise."]
[INFO] [stderr]       | |___________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] caps      Device capabilities data. Pointer to a NULL pointer must be passed.
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:22960:13
[INFO] [stderr]       |
[INFO] [stderr] 22960 |       #[doc = " List devices."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 22961 | |     #[doc = ""]
[INFO] [stderr] 22962 | |     #[doc = " Returns available device names and their parameters."]
[INFO] [stderr] 22963 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 22969 | |     #[doc = " @param[out] device_list list of autodetected devices."]
[INFO] [stderr] 22970 | |     #[doc = " @return count of autodetected devices, negative on error."]
[INFO] [stderr]       | |________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] device_list list of autodetected devices.
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:22983:13
[INFO] [stderr]       |
[INFO] [stderr] 22983 |       #[doc = " List devices."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 22984 | |     #[doc = ""]
[INFO] [stderr] 22985 | |     #[doc = " Returns available device names and their parameters."]
[INFO] [stderr] 22986 | |     #[doc = " These are convinient wrappers for avdevice_list_devices()."]
[INFO] [stderr] ...     |
[INFO] [stderr] 22996 | |     #[doc = " @return count of autodetected devices, negative on error."]
[INFO] [stderr] 22997 | |     #[doc = " @note device argument takes precedence over device_name when both are set."]
[INFO] [stderr]       | |_________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] device_list list of autodetected devices
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:24863:13
[INFO] [stderr]       |
[INFO] [stderr] 24863 |       #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 24864 | |     #[doc = ""]
[INFO] [stderr] 24865 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 24866 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 24881 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 24882 | |     #[doc = " filters."]
[INFO] [stderr]       | |_______________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  graph   the filter graph where to link the parsed graph context
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:24863:13
[INFO] [stderr]       |
[INFO] [stderr] 24863 |       #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 24864 | |     #[doc = ""]
[INFO] [stderr] 24865 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 24866 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 24881 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 24882 | |     #[doc = " filters."]
[INFO] [stderr]       | |_______________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  filters string to be parsed
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:24863:13
[INFO] [stderr]       |
[INFO] [stderr] 24863 |       #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 24864 | |     #[doc = ""]
[INFO] [stderr] 24865 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 24866 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 24881 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 24882 | |     #[doc = " filters."]
[INFO] [stderr]       | |_______________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] inputs  a linked list of all free (unlinked) inputs of the
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:24863:13
[INFO] [stderr]       |
[INFO] [stderr] 24863 |       #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 24864 | |     #[doc = ""]
[INFO] [stderr] 24865 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 24866 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 24881 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 24882 | |     #[doc = " filters."]
[INFO] [stderr]       | |_______________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] outputs a linked list of all free (unlinked) outputs of the
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:26575:13
[INFO] [stderr]       |
[INFO] [stderr] 26575 |       #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 26576 | |     #[doc = ""]
[INFO] [stderr] 26577 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26578 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26579 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26580 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26581 | |     #[doc = "                          can be larger or smaller than size"]
[INFO] [stderr]       | |__________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  buf          buffer structure
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:26575:13
[INFO] [stderr]       |
[INFO] [stderr] 26575 |       #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 26576 | |     #[doc = ""]
[INFO] [stderr] 26577 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26578 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26579 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26580 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26581 | |     #[doc = "                          can be larger or smaller than size"]
[INFO] [stderr]       | |__________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  size         required size
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:26575:13
[INFO] [stderr]       |
[INFO] [stderr] 26575 |       #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 26576 | |     #[doc = ""]
[INFO] [stderr] 26577 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26578 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26579 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26580 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26581 | |     #[doc = "                          can be larger or smaller than size"]
[INFO] [stderr]       | |__________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] mem          pointer to the memory area
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:26575:13
[INFO] [stderr]       |
[INFO] [stderr] 26575 |       #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 26576 | |     #[doc = ""]
[INFO] [stderr] 26577 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26578 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26579 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26580 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26581 | |     #[doc = "                          can be larger or smaller than size"]
[INFO] [stderr]       | |__________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] actual_size  size of the memory area after allocation;
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:26594:13
[INFO] [stderr]       |
[INFO] [stderr] 26594 |       #[doc = " Finalize a print buffer."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 26595 | |     #[doc = ""]
[INFO] [stderr] 26596 | |     #[doc = " The print buffer can no longer be used afterwards,"]
[INFO] [stderr] 26597 | |     #[doc = " but the len and size fields are still valid."]
[INFO] [stderr] ...     |
[INFO] [stderr] 26601 | |     #[doc = "                    if NULL, the buffer is discarded and freed"]
[INFO] [stderr] 26602 | |     #[doc = " @return  0 for success or error code (probably AVERROR(ENOMEM))"]
[INFO] [stderr]       | |______________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @arg[out] ret_str  if not NULL, used to return a permanent copy of the
[INFO] [stderr]                    ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27144:13
[INFO] [stderr]       |
[INFO] [stderr] 27144 |       #[doc = " Get the names of available hash algorithms."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27145 | |     #[doc = ""]
[INFO] [stderr] 27146 | |     #[doc = " This function can be used to enumerate the algorithms."]
[INFO] [stderr] 27147 | |     #[doc = ""]
[INFO] [stderr] 27148 | |     #[doc = " @param[in] i  Index of the hash algorithm, starting from 0"]
[INFO] [stderr] 27149 | |     #[doc = " @return       Pointer to a static string or `NULL` if `i` is out of range"]
[INFO] [stderr]       | |________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] i  Index of the hash algorithm, starting from 0
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27157:13
[INFO] [stderr]       |
[INFO] [stderr] 27157 |       #[doc = " Get the size of the resulting hash value in bytes."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27158 | |     #[doc = ""]
[INFO] [stderr] 27159 | |     #[doc = " The maximum value this function will currently return is available as macro"]
[INFO] [stderr] 27160 | |     #[doc = " #AV_HASH_MAX_SIZE."]
[INFO] [stderr] 27161 | |     #[doc = ""]
[INFO] [stderr] 27162 | |     #[doc = " @param[in]     ctx Hash context"]
[INFO] [stderr] 27163 | |     #[doc = " @return            Size of the hash value in bytes"]
[INFO] [stderr]       | |_________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]     ctx Hash context
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27167:13
[INFO] [stderr]       |
[INFO] [stderr] 27167 |       #[doc = " Initialize or reset a hash context."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27168 | |     #[doc = ""]
[INFO] [stderr] 27169 | |     #[doc = " @param[in,out] ctx Hash context"]
[INFO] [stderr]       | |______________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] ctx Hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27176:13
[INFO] [stderr]       |
[INFO] [stderr] 27176 |       #[doc = " Finalize a hash context and compute the actual hash value."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27177 | |     #[doc = ""]
[INFO] [stderr] 27178 | |     #[doc = " The minimum size of `dst` buffer is given by av_hash_get_size() or"]
[INFO] [stderr] 27179 | |     #[doc = " #AV_HASH_MAX_SIZE. The use of the latter macro is discouraged."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27186 | |     #[doc = ""]
[INFO] [stderr] 27187 | |     #[doc = " @see av_hash_final_bin() provides an alternative API"]
[INFO] [stderr]       | |___________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] ctx Hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27176:13
[INFO] [stderr]       |
[INFO] [stderr] 27176 |       #[doc = " Finalize a hash context and compute the actual hash value."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27177 | |     #[doc = ""]
[INFO] [stderr] 27178 | |     #[doc = " The minimum size of `dst` buffer is given by av_hash_get_size() or"]
[INFO] [stderr] 27179 | |     #[doc = " #AV_HASH_MAX_SIZE. The use of the latter macro is discouraged."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27186 | |     #[doc = ""]
[INFO] [stderr] 27187 | |     #[doc = " @see av_hash_final_bin() provides an alternative API"]
[INFO] [stderr]       | |___________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]    dst Where the final hash value will be stored
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27191:13
[INFO] [stderr]       |
[INFO] [stderr] 27191 |       #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27192 | |     #[doc = ""]
[INFO] [stderr] 27193 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 27194 | |     #[doc = " been finalized."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27200 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27201 | |     #[doc = " @param[in]     size Number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] ctx  Hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27191:13
[INFO] [stderr]       |
[INFO] [stderr] 27191 |       #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27192 | |     #[doc = ""]
[INFO] [stderr] 27193 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 27194 | |     #[doc = " been finalized."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27200 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27201 | |     #[doc = " @param[in]     size Number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]    dst  Where the final hash value will be stored
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27191:13
[INFO] [stderr]       |
[INFO] [stderr] 27191 |       #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27192 | |     #[doc = ""]
[INFO] [stderr] 27193 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 27194 | |     #[doc = " been finalized."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27200 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27201 | |     #[doc = " @param[in]     size Number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]     size Number of bytes to write to `dst`
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27205:13
[INFO] [stderr]       |
[INFO] [stderr] 27205 |       #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27206 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27207 | |     #[doc = ""]
[INFO] [stderr] 27208 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27217 | |     #[doc = " @param[out]    dst  Where the string will be stored"]
[INFO] [stderr] 27218 | |     #[doc = " @param[in]     size Maximum number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] ctx  Hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27205:13
[INFO] [stderr]       |
[INFO] [stderr] 27205 |       #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27206 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27207 | |     #[doc = ""]
[INFO] [stderr] 27208 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27217 | |     #[doc = " @param[out]    dst  Where the string will be stored"]
[INFO] [stderr] 27218 | |     #[doc = " @param[in]     size Maximum number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]    dst  Where the string will be stored
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27205:13
[INFO] [stderr]       |
[INFO] [stderr] 27205 |       #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27206 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27207 | |     #[doc = ""]
[INFO] [stderr] 27208 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27217 | |     #[doc = " @param[out]    dst  Where the string will be stored"]
[INFO] [stderr] 27218 | |     #[doc = " @param[in]     size Maximum number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]     size Maximum number of bytes to write to `dst`
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27222:13
[INFO] [stderr]       |
[INFO] [stderr] 27222 |       #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27223 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27224 | |     #[doc = ""]
[INFO] [stderr] 27225 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27234 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27235 | |     #[doc = " @param[in]     size Maximum number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] ctx  Hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27222:13
[INFO] [stderr]       |
[INFO] [stderr] 27222 |       #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27223 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27224 | |     #[doc = ""]
[INFO] [stderr] 27225 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27234 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27235 | |     #[doc = " @param[in]     size Maximum number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]    dst  Where the final hash value will be stored
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27222:13
[INFO] [stderr]       |
[INFO] [stderr] 27222 |       #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27223 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27224 | |     #[doc = ""]
[INFO] [stderr] 27225 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27234 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27235 | |     #[doc = " @param[in]     size Maximum number of bytes to write to `dst`"]
[INFO] [stderr]       | |____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]     size Maximum number of bytes to write to `dst`
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27239:13
[INFO] [stderr]       |
[INFO] [stderr] 27239 |       #[doc = " Free hash context and set hash context pointer to `NULL`."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27240 | |     #[doc = ""]
[INFO] [stderr] 27241 | |     #[doc = " @param[in,out] ctx  Pointer to hash context"]
[INFO] [stderr]       | |__________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] ctx  Pointer to hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27597:13
[INFO] [stderr]       |
[INFO] [stderr] 27597 |       #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27598 | |     #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 27599 | |     #[doc = ""]
[INFO] [stderr] 27600 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27603 | |     #[doc = ""]
[INFO] [stderr] 27604 | |     #[doc = " @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format"]
[INFO] [stderr]       | |_______________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  pix_fmt the pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27597:13
[INFO] [stderr]       |
[INFO] [stderr] 27597 |       #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27598 | |     #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 27599 | |     #[doc = ""]
[INFO] [stderr] 27600 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27603 | |     #[doc = ""]
[INFO] [stderr] 27604 | |     #[doc = " @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format"]
[INFO] [stderr]       | |_______________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] h_shift store log2_chroma_w (horizontal/width shift)
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27597:13
[INFO] [stderr]       |
[INFO] [stderr] 27597 |       #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27598 | |     #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 27599 | |     #[doc = ""]
[INFO] [stderr] 27600 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27603 | |     #[doc = ""]
[INFO] [stderr] 27604 | |     #[doc = " @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format"]
[INFO] [stderr]       | |_______________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] v_shift store log2_chroma_h (vertical/height shift)
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27691:13
[INFO] [stderr]       |
[INFO] [stderr] 27691 |       #[doc = " Read a line from an image, and write the values of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27692 | |     #[doc = " pixel format component c to dst."]
[INFO] [stderr] 27693 | |     #[doc = ""]
[INFO] [stderr] 27694 | |     #[doc = " @param data the array containing the pointers to the planes of the image"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27704 | |     #[doc = " data[0]. The behavior is undefined if the format is not paletted."]
[INFO] [stderr] 27705 | |     #[doc = " @param dst_element_size size of elements in dst array (2 or 4 byte)"]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               component c in data[1] to dst, rather than the palette indexes in
[INFO] [stderr]                                   ^
[INFO] [stderr]       = note: no item named `1` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27691:13
[INFO] [stderr]       |
[INFO] [stderr] 27691 |       #[doc = " Read a line from an image, and write the values of the"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27692 | |     #[doc = " pixel format component c to dst."]
[INFO] [stderr] 27693 | |     #[doc = ""]
[INFO] [stderr] 27694 | |     #[doc = " @param data the array containing the pointers to the planes of the image"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27704 | |     #[doc = " data[0]. The behavior is undefined if the format is not paletted."]
[INFO] [stderr] 27705 | |     #[doc = " @param dst_element_size size of elements in dst array (2 or 4 byte)"]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               data[0]. The behavior is undefined if the format is not paletted.
[INFO] [stderr]                    ^
[INFO] [stderr]       = note: no item named `0` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27771:13
[INFO] [stderr]       |
[INFO] [stderr] 27771 |       #[doc = " Utility function to swap the endianness of a pixel format."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27772 | |     #[doc = ""]
[INFO] [stderr] 27773 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] 27774 | |     #[doc = ""]
[INFO] [stderr] 27775 | |     #[doc = " @return pixel format with swapped endianness if it exists,"]
[INFO] [stderr] 27776 | |     #[doc = " otherwise AV_PIX_FMT_NONE"]
[INFO] [stderr]       | |________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  pix_fmt the pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27780:13
[INFO] [stderr]       |
[INFO] [stderr] 27780 |       #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27781 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27782 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27783 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27794 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27795 | |     #[doc = " (maximum loss for an invalid dst_pix_fmt)."]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] dst_pix_fmt destination pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27780:13
[INFO] [stderr]       |
[INFO] [stderr] 27780 |       #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27781 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27782 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27783 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27794 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27795 | |     #[doc = " (maximum loss for an invalid dst_pix_fmt)."]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] src_pix_fmt source pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27780:13
[INFO] [stderr]       |
[INFO] [stderr] 27780 |       #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27781 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27782 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27783 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27794 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27795 | |     #[doc = " (maximum loss for an invalid dst_pix_fmt)."]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] has_alpha Whether the source pixel format alpha channel is used.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27803:13
[INFO] [stderr]       |
[INFO] [stderr] 27803 |       #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27804 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27805 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27806 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27817 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27818 | |     #[doc = " (maximum loss for an invalid dst_pix_fmt)."]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] dst_pix_fmt destination pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27803:13
[INFO] [stderr]       |
[INFO] [stderr] 27803 |       #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27804 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27805 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27806 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27817 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27818 | |     #[doc = " (maximum loss for an invalid dst_pix_fmt)."]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] src_pix_fmt source pixel format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27803:13
[INFO] [stderr]       |
[INFO] [stderr] 27803 |       #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27804 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27805 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27806 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27817 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27818 | |     #[doc = " (maximum loss for an invalid dst_pix_fmt)."]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] has_alpha Whether the source pixel format alpha channel is used.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `plane`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27828:13
[INFO] [stderr]       |
[INFO] [stderr] 27828 |       #[doc = " Compute the max pixel step for each plane of an image with a"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27829 | |     #[doc = " format described by pixdesc."]
[INFO] [stderr] 27830 | |     #[doc = ""]
[INFO] [stderr] 27831 | |     #[doc = " The pixel step is the distance in bytes between the first byte of"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27840 | |     #[doc = " @param max_pixstep_comps an array which is filled with the component"]
[INFO] [stderr] 27841 | |     #[doc = " for each plane which has the max pixel step. May be NULL."]
[INFO] [stderr]       | |________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               components, the computed max_pixsteps[plane] is relative to the
[INFO] [stderr]                                                     ^^^^^
[INFO] [stderr]       = note: no item named `plane` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:27907:13
[INFO] [stderr]       |
[INFO] [stderr] 27907 |       #[doc = " Allocate an image with size w and h and pixel format pix_fmt, and"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 27908 | |     #[doc = " fill pointers and linesizes accordingly."]
[INFO] [stderr] 27909 | |     #[doc = " The allocated image buffer has to be freed by using"]
[INFO] [stderr] 27910 | |     #[doc = " av_freep(&pointers[0])."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27913 | |     #[doc = " @return the size in bytes required for the image buffer, a negative"]
[INFO] [stderr] 27914 | |     #[doc = " error code in case of failure"]
[INFO] [stderr]       | |____________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               av_freep(&pointers[0]).
[INFO] [stderr]                                  ^
[INFO] [stderr]       = note: no item named `0` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28419:13
[INFO] [stderr]       |
[INFO] [stderr] 28419 |       #[doc = " Initialize or reinitialize an AVMurMur3 hash context with a seed."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28420 | |     #[doc = ""]
[INFO] [stderr] 28421 | |     #[doc = " @param[out] c    Hash context"]
[INFO] [stderr] 28422 | |     #[doc = " @param[in]  seed Random seed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28425 | |     #[doc = " @see @ref lavu_murmur3_seedinfo \"Detailed description\" on a discussion of"]
[INFO] [stderr] 28426 | |     #[doc = " seeds for MurmurHash3."]
[INFO] [stderr]       | |_____________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] c    Hash context
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28419:13
[INFO] [stderr]       |
[INFO] [stderr] 28419 |       #[doc = " Initialize or reinitialize an AVMurMur3 hash context with a seed."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28420 | |     #[doc = ""]
[INFO] [stderr] 28421 | |     #[doc = " @param[out] c    Hash context"]
[INFO] [stderr] 28422 | |     #[doc = " @param[in]  seed Random seed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28425 | |     #[doc = " @see @ref lavu_murmur3_seedinfo \"Detailed description\" on a discussion of"]
[INFO] [stderr] 28426 | |     #[doc = " seeds for MurmurHash3."]
[INFO] [stderr]       | |_____________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]  seed Random seed
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28430:13
[INFO] [stderr]       |
[INFO] [stderr] 28430 |       #[doc = " Initialize or reinitialize an AVMurMur3 hash context."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28431 | |     #[doc = ""]
[INFO] [stderr] 28432 | |     #[doc = " Equivalent to av_murmur3_init_seeded() with a built-in seed."]
[INFO] [stderr] 28433 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 28437 | |     #[doc = " @see @ref lavu_murmur3_seedinfo \"Detailed description\" on a discussion of"]
[INFO] [stderr] 28438 | |     #[doc = " seeds for MurmurHash3."]
[INFO] [stderr]       | |_____________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out] c    Hash context
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28445:13
[INFO] [stderr]       |
[INFO] [stderr] 28445 |       #[doc = " Finish hashing and output digest value."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28446 | |     #[doc = ""]
[INFO] [stderr] 28447 | |     #[doc = " @param[in,out] c    Hash context"]
[INFO] [stderr] 28448 | |     #[doc = " @param[out]    dst  Buffer where output digest value is stored"]
[INFO] [stderr]       | |_____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] c    Hash context
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28445:13
[INFO] [stderr]       |
[INFO] [stderr] 28445 |       #[doc = " Finish hashing and output digest value."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28446 | |     #[doc = ""]
[INFO] [stderr] 28447 | |     #[doc = " @param[in,out] c    Hash context"]
[INFO] [stderr] 28448 | |     #[doc = " @param[out]    dst  Buffer where output digest value is stored"]
[INFO] [stderr]       | |_____________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]    dst  Buffer where output digest value is stored
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28452:13
[INFO] [stderr]       |
[INFO] [stderr] 28452 |       #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28453 | |     #[doc = ""]
[INFO] [stderr] 28454 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28455 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28466 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28467 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] q pointer to the AVRational which will contain the ratio
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28452:13
[INFO] [stderr]       |
[INFO] [stderr] 28452 |       #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28453 | |     #[doc = ""]
[INFO] [stderr] 28454 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28455 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28466 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28467 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] str the string to parse: it has to be a string in the format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28452:13
[INFO] [stderr]       |
[INFO] [stderr] 28452 |       #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28453 | |     #[doc = ""]
[INFO] [stderr] 28454 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28455 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28466 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28467 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] max the maximum allowed numerator and denominator
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28452:13
[INFO] [stderr]       |
[INFO] [stderr] 28452 |       #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28453 | |     #[doc = ""]
[INFO] [stderr] 28454 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28455 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28466 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28467 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] log_offset log level offset which is applied to the log
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28452:13
[INFO] [stderr]       |
[INFO] [stderr] 28452 |       #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28453 | |     #[doc = ""]
[INFO] [stderr] 28454 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28455 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28466 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28467 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] log_ctx parent logging context
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28477:13
[INFO] [stderr]       |
[INFO] [stderr] 28477 |       #[doc = " Parse str and put in width_ptr and height_ptr the detected values."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28478 | |     #[doc = ""]
[INFO] [stderr] 28479 | |     #[doc = " @param[in,out] width_ptr pointer to the variable which will contain the detected"]
[INFO] [stderr] 28480 | |     #[doc = " width value"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28484 | |     #[doc = " width x height or a valid video size abbreviation."]
[INFO] [stderr] 28485 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] width_ptr pointer to the variable which will contain the detected
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28477:13
[INFO] [stderr]       |
[INFO] [stderr] 28477 |       #[doc = " Parse str and put in width_ptr and height_ptr the detected values."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28478 | |     #[doc = ""]
[INFO] [stderr] 28479 | |     #[doc = " @param[in,out] width_ptr pointer to the variable which will contain the detected"]
[INFO] [stderr] 28480 | |     #[doc = " width value"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28484 | |     #[doc = " width x height or a valid video size abbreviation."]
[INFO] [stderr] 28485 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] height_ptr pointer to the variable which will contain the detected
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28477:13
[INFO] [stderr]       |
[INFO] [stderr] 28477 |       #[doc = " Parse str and put in width_ptr and height_ptr the detected values."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28478 | |     #[doc = ""]
[INFO] [stderr] 28479 | |     #[doc = " @param[in,out] width_ptr pointer to the variable which will contain the detected"]
[INFO] [stderr] 28480 | |     #[doc = " width value"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28484 | |     #[doc = " width x height or a valid video size abbreviation."]
[INFO] [stderr] 28485 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] str the string to parse: it has to be a string in the format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28493:13
[INFO] [stderr]       |
[INFO] [stderr] 28493 |       #[doc = " Parse str and store the detected values in *rate."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28494 | |     #[doc = ""]
[INFO] [stderr] 28495 | |     #[doc = " @param[in,out] rate pointer to the AVRational which will contain the detected"]
[INFO] [stderr] 28496 | |     #[doc = " frame rate"]
[INFO] [stderr] 28497 | |     #[doc = " @param[in] str the string to parse: it has to be a string in the format"]
[INFO] [stderr] 28498 | |     #[doc = " rate_num / rate_den, a float number or a valid video rate abbreviation"]
[INFO] [stderr] 28499 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] rate pointer to the AVRational which will contain the detected
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28493:13
[INFO] [stderr]       |
[INFO] [stderr] 28493 |       #[doc = " Parse str and store the detected values in *rate."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28494 | |     #[doc = ""]
[INFO] [stderr] 28495 | |     #[doc = " @param[in,out] rate pointer to the AVRational which will contain the detected"]
[INFO] [stderr] 28496 | |     #[doc = " frame rate"]
[INFO] [stderr] 28497 | |     #[doc = " @param[in] str the string to parse: it has to be a string in the format"]
[INFO] [stderr] 28498 | |     #[doc = " rate_num / rate_den, a float number or a valid video rate abbreviation"]
[INFO] [stderr] 28499 | |     #[doc = " @return >= 0 on success, a negative error code otherwise"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] str the string to parse: it has to be a string in the format
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `AA`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28503:13
[INFO] [stderr]       |
[INFO] [stderr] 28503 |       #[doc = " Put the RGBA values that correspond to color_string in rgba_color."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28504 | |     #[doc = ""]
[INFO] [stderr] 28505 | |     #[doc = " @param color_string a string specifying a color. It can be the name of"]
[INFO] [stderr] 28506 | |     #[doc = " a color (case insensitive match) or a [0x|#]RRGGBB[AA] sequence,"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28518 | |     #[doc = " @return >= 0 in case of success, a negative value in case of"]
[INFO] [stderr] 28519 | |     #[doc = " failure (for example if color_string cannot be parsed)."]
[INFO] [stderr]       | |______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               a color (case insensitive match) or a [0x|#]RRGGBB[AA] sequence,
[INFO] [stderr]                                                                  ^^
[INFO] [stderr]       = note: no item named `AA` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Z`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28543:13
[INFO] [stderr]       |
[INFO] [stderr] 28543 |       #[doc = " Parse timestr and return in *time a corresponding number of"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28544 | |     #[doc = " microseconds."]
[INFO] [stderr] 28545 | |     #[doc = ""]
[INFO] [stderr] 28546 | |     #[doc = " @param timeval puts here the number of microseconds corresponding"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28571 | |     #[doc = " @return >= 0 in case of success, a negative value corresponding to an"]
[INFO] [stderr] 28572 | |     #[doc = " AVERROR code otherwise"]
[INFO] [stderr]       | |_____________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               [{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH:MM:SS[.m...]]]}|{HHMMSS[.m...]]]}}[Z]
[INFO] [stderr]                                                                                     ^
[INFO] [stderr]       = note: no item named `Z` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HH:`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:28543:13
[INFO] [stderr]       |
[INFO] [stderr] 28543 |       #[doc = " Parse timestr and return in *time a corresponding number of"]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 28544 | |     #[doc = " microseconds."]
[INFO] [stderr] 28545 | |     #[doc = ""]
[INFO] [stderr] 28546 | |     #[doc = " @param timeval puts here the number of microseconds corresponding"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28571 | |     #[doc = " @return >= 0 in case of success, a negative value corresponding to an"]
[INFO] [stderr] 28572 | |     #[doc = " AVERROR code otherwise"]
[INFO] [stderr]       | |_____________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               [-][HH:]MM:SS[.m...]
[INFO] [stderr]                   ^^^
[INFO] [stderr]       = note: no item named `HH:` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-sys-7e19b02a7aaa41b0/out/bindings.rs:29549:13
[INFO] [stderr]       |
[INFO] [stderr] 29549 |       #[doc = " Initialize context after user parameters have been set."]
[INFO] [stderr]       |  _____________^
[INFO] [stderr] 29550 | |     #[doc = " @note The context must be configured using the AVOption API."]
[INFO] [stderr] 29551 | |     #[doc = ""]
[INFO] [stderr] 29552 | |     #[doc = " @see av_opt_set_int()"]
[INFO] [stderr] ...     |
[INFO] [stderr] 29555 | |     #[doc = " @param[in,out]   s Swr context to initialize"]
[WARN] too much data in the log, truncating it