ffmpeg-sys 4.3.3

FFI bindings to FFmpeg
Documentation
Build #409792 2021-07-10 13:02:31
# rustc version
rustc 1.55.0-nightly (240ff4c4a 2021-07-09)# docs.rs version
docsrs 0.6.0 (843531f 2021-06-26)# 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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210709-1.55.0-nightly-240ff4c4a" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] da5df82042435311c0e8b8cf281600f31fb8c17b3b922f83d32438cc51be1840
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "da5df82042435311c0e8b8cf281600f31fb8c17b3b922f83d32438cc51be1840", kill_on_drop: false }`
[INFO] [stderr]  Documenting ffmpeg-sys v4.3.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `i`
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14328:5
[INFO] [stderr]       |
[INFO] [stderr] 14328 | /     #[doc = " Modify width and height values so that they will result in a memory"]
[INFO] [stderr] 14329 | |     #[doc = " buffer that is acceptable for the codec if you also ensure that all"]
[INFO] [stderr] 14330 | |     #[doc = " line sizes are a multiple of the respective linesize_align[i]."]
[INFO] [stderr] 14331 | |     #[doc = ""]
[INFO] [stderr] 14332 | |     #[doc = " May only be used if a codec with AV_CODEC_CAP_DR1 has been opened."]
[INFO] [stderr]       | |__________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14365:5
[INFO] [stderr]       |
[INFO] [stderr] 14365 | /     #[doc = " Decode the audio frame of size avpkt->size from avpkt->data into frame."]
[INFO] [stderr] 14366 | |     #[doc = ""]
[INFO] [stderr] 14367 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket. Such"]
[INFO] [stderr] 14368 | |     #[doc = " decoders would then just decode the first frame and the return value would be"]
[INFO] [stderr] ...     |
[INFO] [stderr] 14414 | |     #[doc = ""]
[INFO] [stderr] 14415 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14365:5
[INFO] [stderr]       |
[INFO] [stderr] 14365 | /     #[doc = " Decode the audio frame of size avpkt->size from avpkt->data into frame."]
[INFO] [stderr] 14366 | |     #[doc = ""]
[INFO] [stderr] 14367 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket. Such"]
[INFO] [stderr] 14368 | |     #[doc = " decoders would then just decode the first frame and the return value would be"]
[INFO] [stderr] ...     |
[INFO] [stderr] 14414 | |     #[doc = ""]
[INFO] [stderr] 14415 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14365:5
[INFO] [stderr]       |
[INFO] [stderr] 14365 | /     #[doc = " Decode the audio frame of size avpkt->size from avpkt->data into frame."]
[INFO] [stderr] 14366 | |     #[doc = ""]
[INFO] [stderr] 14367 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket. Such"]
[INFO] [stderr] 14368 | |     #[doc = " decoders would then just decode the first frame and the return value would be"]
[INFO] [stderr] ...     |
[INFO] [stderr] 14414 | |     #[doc = ""]
[INFO] [stderr] 14415 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14424:5
[INFO] [stderr]       |
[INFO] [stderr] 14424 | /     #[doc = " Decode the video frame of size avpkt->size from avpkt->data into picture."]
[INFO] [stderr] 14425 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket, such"]
[INFO] [stderr] 14426 | |     #[doc = " decoders would then just decode the first frame."]
[INFO] [stderr] 14427 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 14465 | |     #[doc = ""]
[INFO] [stderr] 14466 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14424:5
[INFO] [stderr]       |
[INFO] [stderr] 14424 | /     #[doc = " Decode the video frame of size avpkt->size from avpkt->data into picture."]
[INFO] [stderr] 14425 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket, such"]
[INFO] [stderr] 14426 | |     #[doc = " decoders would then just decode the first frame."]
[INFO] [stderr] 14427 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 14465 | |     #[doc = ""]
[INFO] [stderr] 14466 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14424:5
[INFO] [stderr]       |
[INFO] [stderr] 14424 | /     #[doc = " Decode the video frame of size avpkt->size from avpkt->data into picture."]
[INFO] [stderr] 14425 | |     #[doc = " Some decoders may support multiple frames in a single AVPacket, such"]
[INFO] [stderr] 14426 | |     #[doc = " decoders would then just decode the first frame."]
[INFO] [stderr] 14427 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 14465 | |     #[doc = ""]
[INFO] [stderr] 14466 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14475:5
[INFO] [stderr]       |
[INFO] [stderr] 14475 | /     #[doc = " Decode a subtitle message."]
[INFO] [stderr] 14476 | |     #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 14477 | |     #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 14478 | |     #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14498 | |     #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 14499 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14475:5
[INFO] [stderr]       |
[INFO] [stderr] 14475 | /     #[doc = " Decode a subtitle message."]
[INFO] [stderr] 14476 | |     #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 14477 | |     #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 14478 | |     #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14498 | |     #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 14499 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14475:5
[INFO] [stderr]       |
[INFO] [stderr] 14475 | /     #[doc = " Decode a subtitle message."]
[INFO] [stderr] 14476 | |     #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 14477 | |     #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 14478 | |     #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14498 | |     #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 14499 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14508:5
[INFO] [stderr]       |
[INFO] [stderr] 14508 | /     #[doc = " Supply raw packet data as input to a decoder."]
[INFO] [stderr] 14509 | |     #[doc = ""]
[INFO] [stderr] 14510 | |     #[doc = " Internally, this call will copy relevant AVCodecContext fields, which can"]
[INFO] [stderr] 14511 | |     #[doc = " influence decoding per-packet, and apply them when the packet is actually"]
[INFO] [stderr] ...     |
[INFO] [stderr] 14554 | |     #[doc = "      AVERROR(ENOMEM):   failed to add packet to internal queue, or similar"]
[INFO] [stderr] 14555 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:14581:5
[INFO] [stderr]       |
[INFO] [stderr] 14581 | /     #[doc = " Supply a raw video or audio frame to the encoder. Use avcodec_receive_packet()"]
[INFO] [stderr] 14582 | |     #[doc = " to retrieve buffered output packets."]
[INFO] [stderr] 14583 | |     #[doc = ""]
[INFO] [stderr] 14584 | |     #[doc = " @param avctx     codec context"]
[INFO] [stderr] ...     |
[INFO] [stderr] 14612 | |     #[doc = "      AVERROR(ENOMEM):   failed to add packet to internal queue, or similar"]
[INFO] [stderr] 14613 | |     #[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] 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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15468:5
[INFO] [stderr]       |
[INFO] [stderr] 15468 | /     #[doc = " Encode a frame of audio."]
[INFO] [stderr] 15469 | |     #[doc = ""]
[INFO] [stderr] 15470 | |     #[doc = " Takes input samples from frame and writes the next output packet, if"]
[INFO] [stderr] 15471 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15504 | |     #[doc = ""]
[INFO] [stderr] 15505 | |     #[doc = " @deprecated use avcodec_send_frame()/avcodec_receive_packet() instead"]
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15468:5
[INFO] [stderr]       |
[INFO] [stderr] 15468 | /     #[doc = " Encode a frame of audio."]
[INFO] [stderr] 15469 | |     #[doc = ""]
[INFO] [stderr] 15470 | |     #[doc = " Takes input samples from frame and writes the next output packet, if"]
[INFO] [stderr] 15471 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15504 | |     #[doc = ""]
[INFO] [stderr] 15505 | |     #[doc = " @deprecated use avcodec_send_frame()/avcodec_receive_packet() instead"]
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15514:5
[INFO] [stderr]       |
[INFO] [stderr] 15514 | /     #[doc = " Encode a frame of video."]
[INFO] [stderr] 15515 | |     #[doc = ""]
[INFO] [stderr] 15516 | |     #[doc = " Takes input raw video data from frame and writes the next output packet, if"]
[INFO] [stderr] 15517 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15545 | |     #[doc = ""]
[INFO] [stderr] 15546 | |     #[doc = " @deprecated use avcodec_send_frame()/avcodec_receive_packet() instead"]
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15514:5
[INFO] [stderr]       |
[INFO] [stderr] 15514 | /     #[doc = " Encode a frame of video."]
[INFO] [stderr] 15515 | |     #[doc = ""]
[INFO] [stderr] 15516 | |     #[doc = " Takes input raw video data from frame and writes the next output packet, if"]
[INFO] [stderr] 15517 | |     #[doc = " available, to avpkt. The output packet does not necessarily contain data for"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15545 | |     #[doc = ""]
[INFO] [stderr] 15546 | |     #[doc = " @deprecated use avcodec_send_frame()/avcodec_receive_packet() instead"]
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15662:5
[INFO] [stderr]       |
[INFO] [stderr] 15662 | /     #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr] 15663 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 15664 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 15665 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15675 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 15676 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15662:5
[INFO] [stderr]       |
[INFO] [stderr] 15662 | /     #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr] 15663 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 15664 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 15665 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15675 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 15676 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15662:5
[INFO] [stderr]       |
[INFO] [stderr] 15662 | /     #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr] 15663 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 15664 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 15665 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15675 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 15676 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15662:5
[INFO] [stderr]       |
[INFO] [stderr] 15662 | /     #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr] 15663 | |     #[doc = " format.  When converting from one pixel format to another, information loss"]
[INFO] [stderr] 15664 | |     #[doc = " may occur.  For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 15665 | |     #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15675 | |     #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 15676 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15782:5
[INFO] [stderr]       |
[INFO] [stderr] 15782 | /     #[doc = " Fill AVFrame audio data and linesize pointers."]
[INFO] [stderr] 15783 | |     #[doc = ""]
[INFO] [stderr] 15784 | |     #[doc = " The buffer buf must be a preallocated buffer with a size big enough"]
[INFO] [stderr] 15785 | |     #[doc = " to contain the specified samples amount. The filled AVFrame data"]
[INFO] [stderr] ...     |
[INFO] [stderr] 15801 | |     #[doc = " @todo return the size in bytes required to store the samples in"]
[INFO] [stderr] 15802 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15823:5
[INFO] [stderr]       |
[INFO] [stderr] 15823 | /     #[doc = " Return codec bits per sample."]
[INFO] [stderr] 15824 | |     #[doc = ""]
[INFO] [stderr] 15825 | |     #[doc = " @param[in] codec_id the codec"]
[INFO] [stderr] 15826 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:15837:5
[INFO] [stderr]       |
[INFO] [stderr] 15837 | /     #[doc = " Return codec bits per sample."]
[INFO] [stderr] 15838 | |     #[doc = " Only return non-zero if the bits per sample is exactly correct, not an"]
[INFO] [stderr] 15839 | |     #[doc = " approximation."]
[INFO] [stderr] 15840 | |     #[doc = ""]
[INFO] [stderr] 15841 | |     #[doc = " @param[in] codec_id the codec"]
[INFO] [stderr] 15842 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:16292:5
[INFO] [stderr]       |
[INFO] [stderr] 16292 | /     #[doc = " Retrieve a filtered packet."]
[INFO] [stderr] 16293 | |     #[doc = ""]
[INFO] [stderr] 16294 | |     #[doc = " @param[out] pkt this struct will be filled with the contents of the filtered"]
[INFO] [stderr] 16295 | |     #[doc = "                 packet. It is owned by the caller and must be freed using"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16312 | |     #[doc = " output fewer packets than were sent to it, so this function may return"]
[INFO] [stderr] 16313 | |     #[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] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:16376:5
[INFO] [stderr]       |
[INFO] [stderr] 16376 | /     #[doc = " Finalize list of bitstream filters."]
[INFO] [stderr] 16377 | |     #[doc = ""]
[INFO] [stderr] 16378 | |     #[doc = " This function will transform @ref AVBSFList to single @ref AVBSFContext,"]
[INFO] [stderr] 16379 | |     #[doc = " so the whole chain of bitstream filters can be treated as single filter"]
[INFO] [stderr] ...     |
[INFO] [stderr] 16388 | |     #[doc = ""]
[INFO] [stderr] 16389 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:16396:5
[INFO] [stderr]       |
[INFO] [stderr] 16396 | /     #[doc = " Parse string describing list of bitstream filters and create single"]
[INFO] [stderr] 16397 | |     #[doc = " @ref AVBSFContext describing the whole chain of bitstream filters."]
[INFO] [stderr] 16398 | |     #[doc = " Resulting @ref AVBSFContext can be treated as any other @ref AVBSFContext freshly"]
[INFO] [stderr] 16399 | |     #[doc = " allocated by av_bsf_alloc()."]
[INFO] [stderr] ...     |
[INFO] [stderr] 16405 | |     #[doc = ""]
[INFO] [stderr] 16406 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:16413:5
[INFO] [stderr]       |
[INFO] [stderr] 16413 | /     #[doc = " Get null/pass-through bitstream filter."]
[INFO] [stderr] 16414 | |     #[doc = ""]
[INFO] [stderr] 16415 | |     #[doc = " @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter"]
[INFO] [stderr] 16416 | |     #[doc = ""]
[INFO] [stderr] 16417 | |     #[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 `out`
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:23026:5
[INFO] [stderr]       |
[INFO] [stderr] 23026 | /     #[doc = " Initialize capabilities probing API based on AVOption API."]
[INFO] [stderr] 23027 | |     #[doc = ""]
[INFO] [stderr] 23028 | |     #[doc = " avdevice_capabilities_free() must be called when query capabilities API is"]
[INFO] [stderr] 23029 | |     #[doc = " not used anymore."]
[INFO] [stderr] ...     |
[INFO] [stderr] 23039 | |     #[doc = ""]
[INFO] [stderr] 23040 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:23154:5
[INFO] [stderr]       |
[INFO] [stderr] 23154 | /     #[doc = " List devices."]
[INFO] [stderr] 23155 | |     #[doc = ""]
[INFO] [stderr] 23156 | |     #[doc = " Returns available device names and their parameters."]
[INFO] [stderr] 23157 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 23163 | |     #[doc = " @param[out] device_list list of autodetected devices."]
[INFO] [stderr] 23164 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:23177:5
[INFO] [stderr]       |
[INFO] [stderr] 23177 | /     #[doc = " List devices."]
[INFO] [stderr] 23178 | |     #[doc = ""]
[INFO] [stderr] 23179 | |     #[doc = " Returns available device names and their parameters."]
[INFO] [stderr] 23180 | |     #[doc = " These are convinient wrappers for avdevice_list_devices()."]
[INFO] [stderr] ...     |
[INFO] [stderr] 23190 | |     #[doc = " @return count of autodetected devices, negative on error."]
[INFO] [stderr] 23191 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:25071:5
[INFO] [stderr]       |
[INFO] [stderr] 25071 | /     #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr] 25072 | |     #[doc = ""]
[INFO] [stderr] 25073 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 25074 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 25089 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 25090 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:25071:5
[INFO] [stderr]       |
[INFO] [stderr] 25071 | /     #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr] 25072 | |     #[doc = ""]
[INFO] [stderr] 25073 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 25074 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 25089 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 25090 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:25071:5
[INFO] [stderr]       |
[INFO] [stderr] 25071 | /     #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr] 25072 | |     #[doc = ""]
[INFO] [stderr] 25073 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 25074 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 25089 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 25090 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:25071:5
[INFO] [stderr]       |
[INFO] [stderr] 25071 | /     #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr] 25072 | |     #[doc = ""]
[INFO] [stderr] 25073 | |     #[doc = " @param[in]  graph   the filter graph where to link the parsed graph context"]
[INFO] [stderr] 25074 | |     #[doc = " @param[in]  filters string to be parsed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 25089 | |     #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 25090 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:26778:5
[INFO] [stderr]       |
[INFO] [stderr] 26778 | /     #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr] 26779 | |     #[doc = ""]
[INFO] [stderr] 26780 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26781 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26782 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26783 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26784 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:26778:5
[INFO] [stderr]       |
[INFO] [stderr] 26778 | /     #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr] 26779 | |     #[doc = ""]
[INFO] [stderr] 26780 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26781 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26782 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26783 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26784 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:26778:5
[INFO] [stderr]       |
[INFO] [stderr] 26778 | /     #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr] 26779 | |     #[doc = ""]
[INFO] [stderr] 26780 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26781 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26782 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26783 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26784 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:26778:5
[INFO] [stderr]       |
[INFO] [stderr] 26778 | /     #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr] 26779 | |     #[doc = ""]
[INFO] [stderr] 26780 | |     #[doc = " @param[in]  buf          buffer structure"]
[INFO] [stderr] 26781 | |     #[doc = " @param[in]  size         required size"]
[INFO] [stderr] 26782 | |     #[doc = " @param[out] mem          pointer to the memory area"]
[INFO] [stderr] 26783 | |     #[doc = " @param[out] actual_size  size of the memory area after allocation;"]
[INFO] [stderr] 26784 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:26797:5
[INFO] [stderr]       |
[INFO] [stderr] 26797 | /     #[doc = " Finalize a print buffer."]
[INFO] [stderr] 26798 | |     #[doc = ""]
[INFO] [stderr] 26799 | |     #[doc = " The print buffer can no longer be used afterwards,"]
[INFO] [stderr] 26800 | |     #[doc = " but the len and size fields are still valid."]
[INFO] [stderr] ...     |
[INFO] [stderr] 26804 | |     #[doc = "                    if NULL, the buffer is discarded and freed"]
[INFO] [stderr] 26805 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27316:5
[INFO] [stderr]       |
[INFO] [stderr] 27316 | /     #[doc = " Get the names of available hash algorithms."]
[INFO] [stderr] 27317 | |     #[doc = ""]
[INFO] [stderr] 27318 | |     #[doc = " This function can be used to enumerate the algorithms."]
[INFO] [stderr] 27319 | |     #[doc = ""]
[INFO] [stderr] 27320 | |     #[doc = " @param[in] i  Index of the hash algorithm, starting from 0"]
[INFO] [stderr] 27321 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27329:5
[INFO] [stderr]       |
[INFO] [stderr] 27329 | /     #[doc = " Get the size of the resulting hash value in bytes."]
[INFO] [stderr] 27330 | |     #[doc = ""]
[INFO] [stderr] 27331 | |     #[doc = " The maximum value this function will currently return is available as macro"]
[INFO] [stderr] 27332 | |     #[doc = " #AV_HASH_MAX_SIZE."]
[INFO] [stderr] 27333 | |     #[doc = ""]
[INFO] [stderr] 27334 | |     #[doc = " @param[in]     ctx Hash context"]
[INFO] [stderr] 27335 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27339:5
[INFO] [stderr]       |
[INFO] [stderr] 27339 | /     #[doc = " Initialize or reset a hash context."]
[INFO] [stderr] 27340 | |     #[doc = ""]
[INFO] [stderr] 27341 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27348:5
[INFO] [stderr]       |
[INFO] [stderr] 27348 | /     #[doc = " Finalize a hash context and compute the actual hash value."]
[INFO] [stderr] 27349 | |     #[doc = ""]
[INFO] [stderr] 27350 | |     #[doc = " The minimum size of `dst` buffer is given by av_hash_get_size() or"]
[INFO] [stderr] 27351 | |     #[doc = " #AV_HASH_MAX_SIZE. The use of the latter macro is discouraged."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27358 | |     #[doc = ""]
[INFO] [stderr] 27359 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27348:5
[INFO] [stderr]       |
[INFO] [stderr] 27348 | /     #[doc = " Finalize a hash context and compute the actual hash value."]
[INFO] [stderr] 27349 | |     #[doc = ""]
[INFO] [stderr] 27350 | |     #[doc = " The minimum size of `dst` buffer is given by av_hash_get_size() or"]
[INFO] [stderr] 27351 | |     #[doc = " #AV_HASH_MAX_SIZE. The use of the latter macro is discouraged."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27358 | |     #[doc = ""]
[INFO] [stderr] 27359 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27363:5
[INFO] [stderr]       |
[INFO] [stderr] 27363 | /     #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr] 27364 | |     #[doc = ""]
[INFO] [stderr] 27365 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 27366 | |     #[doc = " been finalized."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27372 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27373 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27363:5
[INFO] [stderr]       |
[INFO] [stderr] 27363 | /     #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr] 27364 | |     #[doc = ""]
[INFO] [stderr] 27365 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 27366 | |     #[doc = " been finalized."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27372 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27373 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27363:5
[INFO] [stderr]       |
[INFO] [stderr] 27363 | /     #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr] 27364 | |     #[doc = ""]
[INFO] [stderr] 27365 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 27366 | |     #[doc = " been finalized."]
[INFO] [stderr] ...     |
[INFO] [stderr] 27372 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27373 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27377:5
[INFO] [stderr]       |
[INFO] [stderr] 27377 | /     #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr] 27378 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27379 | |     #[doc = ""]
[INFO] [stderr] 27380 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27389 | |     #[doc = " @param[out]    dst  Where the string will be stored"]
[INFO] [stderr] 27390 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27377:5
[INFO] [stderr]       |
[INFO] [stderr] 27377 | /     #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr] 27378 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27379 | |     #[doc = ""]
[INFO] [stderr] 27380 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27389 | |     #[doc = " @param[out]    dst  Where the string will be stored"]
[INFO] [stderr] 27390 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27377:5
[INFO] [stderr]       |
[INFO] [stderr] 27377 | /     #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr] 27378 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27379 | |     #[doc = ""]
[INFO] [stderr] 27380 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27389 | |     #[doc = " @param[out]    dst  Where the string will be stored"]
[INFO] [stderr] 27390 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27394:5
[INFO] [stderr]       |
[INFO] [stderr] 27394 | /     #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr] 27395 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27396 | |     #[doc = ""]
[INFO] [stderr] 27397 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27406 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27407 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27394:5
[INFO] [stderr]       |
[INFO] [stderr] 27394 | /     #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr] 27395 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27396 | |     #[doc = ""]
[INFO] [stderr] 27397 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27406 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27407 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27394:5
[INFO] [stderr]       |
[INFO] [stderr] 27394 | /     #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr] 27395 | |     #[doc = " actual hash value as a string."]
[INFO] [stderr] 27396 | |     #[doc = ""]
[INFO] [stderr] 27397 | |     #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27406 | |     #[doc = " @param[out]    dst  Where the final hash value will be stored"]
[INFO] [stderr] 27407 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27411:5
[INFO] [stderr]       |
[INFO] [stderr] 27411 | /     #[doc = " Free hash context and set hash context pointer to `NULL`."]
[INFO] [stderr] 27412 | |     #[doc = ""]
[INFO] [stderr] 27413 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27769:5
[INFO] [stderr]       |
[INFO] [stderr] 27769 | /     #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr] 27770 | |     #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 27771 | |     #[doc = ""]
[INFO] [stderr] 27772 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27775 | |     #[doc = ""]
[INFO] [stderr] 27776 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27769:5
[INFO] [stderr]       |
[INFO] [stderr] 27769 | /     #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr] 27770 | |     #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 27771 | |     #[doc = ""]
[INFO] [stderr] 27772 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27775 | |     #[doc = ""]
[INFO] [stderr] 27776 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27769:5
[INFO] [stderr]       |
[INFO] [stderr] 27769 | /     #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr] 27770 | |     #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 27771 | |     #[doc = ""]
[INFO] [stderr] 27772 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27775 | |     #[doc = ""]
[INFO] [stderr] 27776 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27863:5
[INFO] [stderr]       |
[INFO] [stderr] 27863 | /     #[doc = " Read a line from an image, and write the values of the"]
[INFO] [stderr] 27864 | |     #[doc = " pixel format component c to dst."]
[INFO] [stderr] 27865 | |     #[doc = ""]
[INFO] [stderr] 27866 | |     #[doc = " @param data the array containing the pointers to the planes of the image"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27876 | |     #[doc = " data[0]. The behavior is undefined if the format is not paletted."]
[INFO] [stderr] 27877 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27863:5
[INFO] [stderr]       |
[INFO] [stderr] 27863 | /     #[doc = " Read a line from an image, and write the values of the"]
[INFO] [stderr] 27864 | |     #[doc = " pixel format component c to dst."]
[INFO] [stderr] 27865 | |     #[doc = ""]
[INFO] [stderr] 27866 | |     #[doc = " @param data the array containing the pointers to the planes of the image"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27876 | |     #[doc = " data[0]. The behavior is undefined if the format is not paletted."]
[INFO] [stderr] 27877 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27943:5
[INFO] [stderr]       |
[INFO] [stderr] 27943 | /     #[doc = " Utility function to swap the endianness of a pixel format."]
[INFO] [stderr] 27944 | |     #[doc = ""]
[INFO] [stderr] 27945 | |     #[doc = " @param[in]  pix_fmt the pixel format"]
[INFO] [stderr] 27946 | |     #[doc = ""]
[INFO] [stderr] 27947 | |     #[doc = " @return pixel format with swapped endianness if it exists,"]
[INFO] [stderr] 27948 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27952:5
[INFO] [stderr]       |
[INFO] [stderr] 27952 | /     #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 27953 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27954 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27955 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27966 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27967 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27952:5
[INFO] [stderr]       |
[INFO] [stderr] 27952 | /     #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 27953 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27954 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27955 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27966 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27967 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27952:5
[INFO] [stderr]       |
[INFO] [stderr] 27952 | /     #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 27953 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27954 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27955 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27966 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27967 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27975:5
[INFO] [stderr]       |
[INFO] [stderr] 27975 | /     #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 27976 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27977 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27978 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27989 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27990 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27975:5
[INFO] [stderr]       |
[INFO] [stderr] 27975 | /     #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 27976 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27977 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27978 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27989 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27990 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:27975:5
[INFO] [stderr]       |
[INFO] [stderr] 27975 | /     #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 27976 | |     #[doc = " pixel format to another."]
[INFO] [stderr] 27977 | |     #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 27978 | |     #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 27989 | |     #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 27990 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28000:5
[INFO] [stderr]       |
[INFO] [stderr] 28000 | /     #[doc = " Compute the max pixel step for each plane of an image with a"]
[INFO] [stderr] 28001 | |     #[doc = " format described by pixdesc."]
[INFO] [stderr] 28002 | |     #[doc = ""]
[INFO] [stderr] 28003 | |     #[doc = " The pixel step is the distance in bytes between the first byte of"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28012 | |     #[doc = " @param max_pixstep_comps an array which is filled with the component"]
[INFO] [stderr] 28013 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28062:5
[INFO] [stderr]       |
[INFO] [stderr] 28062 | /     #[doc = " Allocate an image with size w and h and pixel format pix_fmt, and"]
[INFO] [stderr] 28063 | |     #[doc = " fill pointers and linesizes accordingly."]
[INFO] [stderr] 28064 | |     #[doc = " The allocated image buffer has to be freed by using"]
[INFO] [stderr] 28065 | |     #[doc = " av_freep(&pointers[0])."]
[INFO] [stderr] ...     |
[INFO] [stderr] 28068 | |     #[doc = " @return the size in bytes required for the image buffer, a negative"]
[INFO] [stderr] 28069 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28574:5
[INFO] [stderr]       |
[INFO] [stderr] 28574 | /     #[doc = " Initialize or reinitialize an AVMurMur3 hash context with a seed."]
[INFO] [stderr] 28575 | |     #[doc = ""]
[INFO] [stderr] 28576 | |     #[doc = " @param[out] c    Hash context"]
[INFO] [stderr] 28577 | |     #[doc = " @param[in]  seed Random seed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28580 | |     #[doc = " @see @ref lavu_murmur3_seedinfo \"Detailed description\" on a discussion of"]
[INFO] [stderr] 28581 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28574:5
[INFO] [stderr]       |
[INFO] [stderr] 28574 | /     #[doc = " Initialize or reinitialize an AVMurMur3 hash context with a seed."]
[INFO] [stderr] 28575 | |     #[doc = ""]
[INFO] [stderr] 28576 | |     #[doc = " @param[out] c    Hash context"]
[INFO] [stderr] 28577 | |     #[doc = " @param[in]  seed Random seed"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28580 | |     #[doc = " @see @ref lavu_murmur3_seedinfo \"Detailed description\" on a discussion of"]
[INFO] [stderr] 28581 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28585:5
[INFO] [stderr]       |
[INFO] [stderr] 28585 | /     #[doc = " Initialize or reinitialize an AVMurMur3 hash context."]
[INFO] [stderr] 28586 | |     #[doc = ""]
[INFO] [stderr] 28587 | |     #[doc = " Equivalent to av_murmur3_init_seeded() with a built-in seed."]
[INFO] [stderr] 28588 | |     #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 28592 | |     #[doc = " @see @ref lavu_murmur3_seedinfo \"Detailed description\" on a discussion of"]
[INFO] [stderr] 28593 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28600:5
[INFO] [stderr]       |
[INFO] [stderr] 28600 | /     #[doc = " Finish hashing and output digest value."]
[INFO] [stderr] 28601 | |     #[doc = ""]
[INFO] [stderr] 28602 | |     #[doc = " @param[in,out] c    Hash context"]
[INFO] [stderr] 28603 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28600:5
[INFO] [stderr]       |
[INFO] [stderr] 28600 | /     #[doc = " Finish hashing and output digest value."]
[INFO] [stderr] 28601 | |     #[doc = ""]
[INFO] [stderr] 28602 | |     #[doc = " @param[in,out] c    Hash context"]
[INFO] [stderr] 28603 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28607:5
[INFO] [stderr]       |
[INFO] [stderr] 28607 | /     #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr] 28608 | |     #[doc = ""]
[INFO] [stderr] 28609 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28610 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28621 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28622 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28607:5
[INFO] [stderr]       |
[INFO] [stderr] 28607 | /     #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr] 28608 | |     #[doc = ""]
[INFO] [stderr] 28609 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28610 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28621 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28622 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28607:5
[INFO] [stderr]       |
[INFO] [stderr] 28607 | /     #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr] 28608 | |     #[doc = ""]
[INFO] [stderr] 28609 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28610 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28621 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28622 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28607:5
[INFO] [stderr]       |
[INFO] [stderr] 28607 | /     #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr] 28608 | |     #[doc = ""]
[INFO] [stderr] 28609 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28610 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28621 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28622 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28607:5
[INFO] [stderr]       |
[INFO] [stderr] 28607 | /     #[doc = " Parse str and store the parsed ratio in q."]
[INFO] [stderr] 28608 | |     #[doc = ""]
[INFO] [stderr] 28609 | |     #[doc = " Note that a ratio with infinite (1/0) or negative value is"]
[INFO] [stderr] 28610 | |     #[doc = " considered valid, so you should check on the returned value if you"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28621 | |     #[doc = " @param[in] log_ctx parent logging context"]
[INFO] [stderr] 28622 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28632:5
[INFO] [stderr]       |
[INFO] [stderr] 28632 | /     #[doc = " Parse str and put in width_ptr and height_ptr the detected values."]
[INFO] [stderr] 28633 | |     #[doc = ""]
[INFO] [stderr] 28634 | |     #[doc = " @param[in,out] width_ptr pointer to the variable which will contain the detected"]
[INFO] [stderr] 28635 | |     #[doc = " width value"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28639 | |     #[doc = " width x height or a valid video size abbreviation."]
[INFO] [stderr] 28640 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28632:5
[INFO] [stderr]       |
[INFO] [stderr] 28632 | /     #[doc = " Parse str and put in width_ptr and height_ptr the detected values."]
[INFO] [stderr] 28633 | |     #[doc = ""]
[INFO] [stderr] 28634 | |     #[doc = " @param[in,out] width_ptr pointer to the variable which will contain the detected"]
[INFO] [stderr] 28635 | |     #[doc = " width value"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28639 | |     #[doc = " width x height or a valid video size abbreviation."]
[INFO] [stderr] 28640 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28632:5
[INFO] [stderr]       |
[INFO] [stderr] 28632 | /     #[doc = " Parse str and put in width_ptr and height_ptr the detected values."]
[INFO] [stderr] 28633 | |     #[doc = ""]
[INFO] [stderr] 28634 | |     #[doc = " @param[in,out] width_ptr pointer to the variable which will contain the detected"]
[INFO] [stderr] 28635 | |     #[doc = " width value"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28639 | |     #[doc = " width x height or a valid video size abbreviation."]
[INFO] [stderr] 28640 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28648:5
[INFO] [stderr]       |
[INFO] [stderr] 28648 | /     #[doc = " Parse str and store the detected values in *rate."]
[INFO] [stderr] 28649 | |     #[doc = ""]
[INFO] [stderr] 28650 | |     #[doc = " @param[in,out] rate pointer to the AVRational which will contain the detected"]
[INFO] [stderr] 28651 | |     #[doc = " frame rate"]
[INFO] [stderr] 28652 | |     #[doc = " @param[in] str the string to parse: it has to be a string in the format"]
[INFO] [stderr] 28653 | |     #[doc = " rate_num / rate_den, a float number or a valid video rate abbreviation"]
[INFO] [stderr] 28654 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28648:5
[INFO] [stderr]       |
[INFO] [stderr] 28648 | /     #[doc = " Parse str and store the detected values in *rate."]
[INFO] [stderr] 28649 | |     #[doc = ""]
[INFO] [stderr] 28650 | |     #[doc = " @param[in,out] rate pointer to the AVRational which will contain the detected"]
[INFO] [stderr] 28651 | |     #[doc = " frame rate"]
[INFO] [stderr] 28652 | |     #[doc = " @param[in] str the string to parse: it has to be a string in the format"]
[INFO] [stderr] 28653 | |     #[doc = " rate_num / rate_den, a float number or a valid video rate abbreviation"]
[INFO] [stderr] 28654 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28658:5
[INFO] [stderr]       |
[INFO] [stderr] 28658 | /     #[doc = " Put the RGBA values that correspond to color_string in rgba_color."]
[INFO] [stderr] 28659 | |     #[doc = ""]
[INFO] [stderr] 28660 | |     #[doc = " @param color_string a string specifying a color. It can be the name of"]
[INFO] [stderr] 28661 | |     #[doc = " a color (case insensitive match) or a [0x|#]RRGGBB[AA] sequence,"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28673 | |     #[doc = " @return >= 0 in case of success, a negative value in case of"]
[INFO] [stderr] 28674 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28698:5
[INFO] [stderr]       |
[INFO] [stderr] 28698 | /     #[doc = " Parse timestr and return in *time a corresponding number of"]
[INFO] [stderr] 28699 | |     #[doc = " microseconds."]
[INFO] [stderr] 28700 | |     #[doc = ""]
[INFO] [stderr] 28701 | |     #[doc = " @param timeval puts here the number of microseconds corresponding"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28726 | |     #[doc = " @return >= 0 in case of success, a negative value corresponding to an"]
[INFO] [stderr] 28727 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:28698:5
[INFO] [stderr]       |
[INFO] [stderr] 28698 | /     #[doc = " Parse timestr and return in *time a corresponding number of"]
[INFO] [stderr] 28699 | |     #[doc = " microseconds."]
[INFO] [stderr] 28700 | |     #[doc = ""]
[INFO] [stderr] 28701 | |     #[doc = " @param timeval puts here the number of microseconds corresponding"]
[INFO] [stderr] ...     |
[INFO] [stderr] 28726 | |     #[doc = " @return >= 0 in case of success, a negative value corresponding to an"]
[INFO] [stderr] 28727 | |     #[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:29626:5
[INFO] [stderr]       |
[INFO] [stderr] 29626 | /     #[doc = " Initialize context after user parameters have been set."]
[INFO] [stderr] 29627 | |     #[doc = " @note The context must be configured using the AVOption API."]
[INFO] [stderr] 29628 | |     #[doc = ""]
[INFO] [stderr] 29629 | |     #[doc = " @see av_opt_set_int()"]
[INFO] [stderr] ...     |
[INFO] [stderr] 29632 | |     #[doc = " @param[in,out]   s Swr context to initialize"]
[INFO] [stderr] 29633 | |     #[doc = " @return AVERROR error code in case of failure."]
[INFO] [stderr]       | |______________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out]   s Swr context to initialize
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:29637:5
[INFO] [stderr]       |
[INFO] [stderr] 29637 | /     #[doc = " Check whether an swr context has been initialized or not."]
[INFO] [stderr] 29638 | |     #[doc = ""]
[INFO] [stderr] 29639 | |     #[doc = " @param[in]       s Swr context to check"]
[INFO] [stderr] 29640 | |     #[doc = " @see swr_init()"]
[INFO] [stderr] 29641 | |     #[doc = " @return positive if it has been initialized, 0 if not initialized"]
[INFO] [stderr]       | |_________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]       s Swr context to check
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:29676:5
[INFO] [stderr]       |
[INFO] [stderr] 29676 | /     #[doc = " Free the given SwrContext and set the pointer to NULL."]
[INFO] [stderr] 29677 | |     #[doc = ""]
[INFO] [stderr] 29678 | |     #[doc = " @param[in] s a pointer to a pointer to Swr context"]
[INFO] [stderr]       | |__________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in] s a pointer to a pointer to Swr 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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:29682:5
[INFO] [stderr]       |
[INFO] [stderr] 29682 | /     #[doc = " Closes the context so that swr_is_initialized() returns 0."]
[INFO] [stderr] 29683 | |     #[doc = ""]
[INFO] [stderr] 29684 | |     #[doc = " The context can be brought back to life by running swr_init(),"]
[INFO] [stderr] 29685 | |     #[doc = " swr_init() can also be used without swr_close()."]
[INFO] [stderr] ...     |
[INFO] [stderr] 29688 | |     #[doc = ""]
[INFO] [stderr] 29689 | |     #[doc = " @param[in,out] s Swr context to be closed"]
[INFO] [stderr]       | |_________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in,out] s Swr context to be closed
[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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:29719:5
[INFO] [stderr]       |
[INFO] [stderr] 29719 | /     #[doc = " Convert the next timestamp from input to output"]
[INFO] [stderr] 29720 | |     #[doc = " timestamps are in 1/(in_sample_rate * out_sample_rate) units."]
[INFO] [stderr] 29721 | |     #[doc = ""]
[INFO] [stderr] 29722 | |     #[doc = " @note There are 2 slightly differently behaving modes."]
[INFO] [stderr] ...     |
[INFO] [stderr] 29732 | |     #[doc = "      function used internally for timestamp compensation."]
[INFO] [stderr] 29733 | |     #[doc = " @return the output timestamp for the next output sample"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param s[in]     initialized Swr 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/debug/build/ffmpeg-sys-387535247c4c7c89/out/bindings.rs:29719:5
[INFO] [stderr]       |
[INFO] [stderr] 29719 | /     #[doc = " Convert the next timestamp from input to output"]
[INFO] [stderr] 29720 | |     #[doc = " timestamps are in 1/(in_sample_rate * out_sample_rate) units."]
[INFO] [stderr] 29721 | |     #[doc = ""]
[INFO] [stderr] 29722 | |     #[doc = " @note There are 2 slightly differently behaving modes."]
[INFO] [stderr] ...     |
[INFO] [stderr] 29732 | |     #[doc = "      function used internally for timestamp compensation."]
[INFO] [stderr] 29733 | |     #[doc = " @return the output timestamp for the next output sample"]
[INFO] [stderr]       | |_______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param pts[in]   timestamp for the next input sample, INT64_MIN if unknown
[INFO] [stderr]                          ^^
[INFO] [stderr]       = note: no item named `in` in scope
[WARN] too much data in the log, truncating it