# rustc version rustc 1.86.0-nightly (a567209da 2025-02-13)
# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ffmpeg-dev-0.3.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ffmpeg-dev-0.3.8/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 68e6e928272cd9c3132bcb7e42d9aeed114e8230ae428125d91cf41628ba5052 [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" "68e6e928272cd9c3132bcb7e42d9aeed114e8230ae428125d91cf41628ba5052", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type [INFO] [stderr] --> build.rs:352:42 [INFO] [stderr] | [INFO] [stderr] 352 | let path: &str = path.clone(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ffmpeg-dev` (build script) generated 1 warning [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c: In function 'mp4_packager': [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c:248: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 248 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c:249:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 249 | enum AVCodecID codec_id = ifmt_ctx->streams[stream_index]->codec->codec_id; [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | ^~~~~~~~~ [INFO] [stderr] warning: ffmpeg-dev@0.3.8: In file included from cbits/img_utils.c:26: [INFO] [stderr] warning: ffmpeg-dev@0.3.8: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:885:21: note: declared here [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 885 | AVCodecContext *codec; [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | ^~~~~ [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c: At top level: [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c:477: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 477 | #pragma clang diagnostic ignored "-Wunused-parameter" [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c: In function 'decode_packet': [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c:488: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 488 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c:489:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 489 | int res = avcodec_decode_video2( [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | ^~~ [INFO] [stderr] warning: ffmpeg-dev@0.3.8: In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:317, [INFO] [stderr] warning: ffmpeg-dev@0.3.8: from cbits/img_utils.c:26: [INFO] [stderr] warning: ffmpeg-dev@0.3.8: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/FFmpeg-FFmpeg-2722fc2/libavcodec/avcodec.h:4828:5: note: declared here [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: ffmpeg-dev@0.3.8: cbits/img_utils.c:482:9: warning: unused parameter 'cached' [-Wunused-parameter] [INFO] [stderr] warning: ffmpeg-dev@0.3.8: 482 | int cached, [INFO] [stderr] warning: ffmpeg-dev@0.3.8: | ~~~~^~~~~~ [INFO] [stderr] Documenting ffmpeg-dev v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: lint `safe_packed_borrows` has been removed: converted into hard error, see issue #82523 <https://github.com/rust-lang/rust/issues/82523> for more information [INFO] [stderr] --> src/sys.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #![allow(safe_packed_borrows)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `safe_packed_borrows` has been removed: converted into hard error, see issue #82523 <https://github.com/rust-lang/rust/issues/82523> for more information [INFO] [stderr] --> src/api.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #![allow(safe_packed_borrows)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:4897:13 [INFO] [stderr] | [INFO] [stderr] 4897 | #[doc = " Get dictionary entries as a string."] [INFO] [stderr] | _____________^ [INFO] [stderr] 4898 | | #[doc = ""] [INFO] [stderr] 4899 | | #[doc = " Create a string containing dictionary's entries."] [INFO] [stderr] 4900 | | #[doc = " Such string may be passed back to av_dict_parse_string()."] [INFO] [stderr] ... | [INFO] [stderr] 4908 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 4909 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] m dictionary [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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:4897:13 [INFO] [stderr] | [INFO] [stderr] 4897 | #[doc = " Get dictionary entries as a string."] [INFO] [stderr] | _____________^ [INFO] [stderr] 4898 | | #[doc = ""] [INFO] [stderr] 4899 | | #[doc = " Create a string containing dictionary's entries."] [INFO] [stderr] 4900 | | #[doc = " Such string may be passed back to av_dict_parse_string()."] [INFO] [stderr] ... | [INFO] [stderr] 4908 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 4909 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] buffer Pointer to buffer that will be allocated with string containg entries. [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:4897:13 [INFO] [stderr] | [INFO] [stderr] 4897 | #[doc = " Get dictionary entries as a string."] [INFO] [stderr] | _____________^ [INFO] [stderr] 4898 | | #[doc = ""] [INFO] [stderr] 4899 | | #[doc = " Create a string containing dictionary's entries."] [INFO] [stderr] 4900 | | #[doc = " Such string may be passed back to av_dict_parse_string()."] [INFO] [stderr] ... | [INFO] [stderr] 4908 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 4909 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] key_val_sep character used to separate key from value [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:4897:13 [INFO] [stderr] | [INFO] [stderr] 4897 | #[doc = " Get dictionary entries as a string."] [INFO] [stderr] | _____________^ [INFO] [stderr] 4898 | | #[doc = ""] [INFO] [stderr] 4899 | | #[doc = " Create a string containing dictionary's entries."] [INFO] [stderr] 4900 | | #[doc = " Such string may be passed back to av_dict_parse_string()."] [INFO] [stderr] ... | [INFO] [stderr] 4908 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 4909 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] pairs_sep character used to separate two pairs from each other [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:7977:13 [INFO] [stderr] | [INFO] [stderr] 7977 | #[doc = " Return a single letter to describe the given picture type"] [INFO] [stderr] | _____________^ [INFO] [stderr] 7978 | | #[doc = " pict_type."] [INFO] [stderr] 7979 | | #[doc = ""] [INFO] [stderr] 7980 | | #[doc = " @param[in] pict_type the picture type @return a single character"] [INFO] [stderr] 7981 | | #[doc = " representing the picture type, '?' if pict_type is unknown"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] pict_type the picture type @return a single character [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:7994:13 [INFO] [stderr] | [INFO] [stderr] 7994 | #[doc = " Reduce a fraction."] [INFO] [stderr] | _____________^ [INFO] [stderr] 7995 | | #[doc = ""] [INFO] [stderr] 7996 | | #[doc = " This is useful for framerate calculations."] [INFO] [stderr] 7997 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 8002 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"] [INFO] [stderr] 8003 | | #[doc = " @return 1 if the operation is exact, 0 otherwise"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] dst_num Destination numerator [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:7994:13 [INFO] [stderr] | [INFO] [stderr] 7994 | #[doc = " Reduce a fraction."] [INFO] [stderr] | _____________^ [INFO] [stderr] 7995 | | #[doc = ""] [INFO] [stderr] 7996 | | #[doc = " This is useful for framerate calculations."] [INFO] [stderr] 7997 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 8002 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"] [INFO] [stderr] 8003 | | #[doc = " @return 1 if the operation is exact, 0 otherwise"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] dst_den Destination denominator [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:7994:13 [INFO] [stderr] | [INFO] [stderr] 7994 | #[doc = " Reduce a fraction."] [INFO] [stderr] | _____________^ [INFO] [stderr] 7995 | | #[doc = ""] [INFO] [stderr] 7996 | | #[doc = " This is useful for framerate calculations."] [INFO] [stderr] 7997 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 8002 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"] [INFO] [stderr] 8003 | | #[doc = " @return 1 if the operation is exact, 0 otherwise"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] num Source numerator [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:7994:13 [INFO] [stderr] | [INFO] [stderr] 7994 | #[doc = " Reduce a fraction."] [INFO] [stderr] | _____________^ [INFO] [stderr] 7995 | | #[doc = ""] [INFO] [stderr] 7996 | | #[doc = " This is useful for framerate calculations."] [INFO] [stderr] 7997 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 8002 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"] [INFO] [stderr] 8003 | | #[doc = " @return 1 if the operation is exact, 0 otherwise"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] den Source denominator [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:7994:13 [INFO] [stderr] | [INFO] [stderr] 7994 | #[doc = " Reduce a fraction."] [INFO] [stderr] | _____________^ [INFO] [stderr] 7995 | | #[doc = ""] [INFO] [stderr] 7996 | | #[doc = " This is useful for framerate calculations."] [INFO] [stderr] 7997 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 8002 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"] [INFO] [stderr] 8003 | | #[doc = " @return 1 if the operation is exact, 0 otherwise"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] max Maximum allowed values for `dst_num` & `dst_den` [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8214:13 [INFO] [stderr] | [INFO] [stderr] 8214 | #[doc = " Rescale a timestamp while preserving known durations."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8215 | | #[doc = ""] [INFO] [stderr] 8216 | | #[doc = " This function is designed to be called per audio packet to scale the input"] [INFO] [stderr] 8217 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"] [INFO] [stderr] ... | [INFO] [stderr] 8235 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"] [INFO] [stderr] 8236 | | #[doc = " seconds."] [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] in_tb Input time base [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8214:13 [INFO] [stderr] | [INFO] [stderr] 8214 | #[doc = " Rescale a timestamp while preserving known durations."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8215 | | #[doc = ""] [INFO] [stderr] 8216 | | #[doc = " This function is designed to be called per audio packet to scale the input"] [INFO] [stderr] 8217 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"] [INFO] [stderr] ... | [INFO] [stderr] 8235 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"] [INFO] [stderr] 8236 | | #[doc = " seconds."] [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] in_ts Input timestamp [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8214:13 [INFO] [stderr] | [INFO] [stderr] 8214 | #[doc = " Rescale a timestamp while preserving known durations."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8215 | | #[doc = ""] [INFO] [stderr] 8216 | | #[doc = " This function is designed to be called per audio packet to scale the input"] [INFO] [stderr] 8217 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"] [INFO] [stderr] ... | [INFO] [stderr] 8235 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"] [INFO] [stderr] 8236 | | #[doc = " seconds."] [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] fs_tb Duration time base; typically this is finer-grained [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8214:13 [INFO] [stderr] | [INFO] [stderr] 8214 | #[doc = " Rescale a timestamp while preserving known durations."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8215 | | #[doc = ""] [INFO] [stderr] 8216 | | #[doc = " This function is designed to be called per audio packet to scale the input"] [INFO] [stderr] 8217 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"] [INFO] [stderr] ... | [INFO] [stderr] 8235 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"] [INFO] [stderr] 8236 | | #[doc = " seconds."] [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] duration Duration till the next call to this function (i.e. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8214:13 [INFO] [stderr] | [INFO] [stderr] 8214 | #[doc = " Rescale a timestamp while preserving known durations."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8215 | | #[doc = ""] [INFO] [stderr] 8216 | | #[doc = " This function is designed to be called per audio packet to scale the input"] [INFO] [stderr] 8217 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"] [INFO] [stderr] ... | [INFO] [stderr] 8235 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"] [INFO] [stderr] 8236 | | #[doc = " seconds."] [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] last Pointer to a timestamp expressed in terms of [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8214:13 [INFO] [stderr] | [INFO] [stderr] 8214 | #[doc = " Rescale a timestamp while preserving known durations."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8215 | | #[doc = ""] [INFO] [stderr] 8216 | | #[doc = " This function is designed to be called per audio packet to scale the input"] [INFO] [stderr] 8217 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"] [INFO] [stderr] ... | [INFO] [stderr] 8235 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"] [INFO] [stderr] 8236 | | #[doc = " seconds."] [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] out_tb Output timebase [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8247:13 [INFO] [stderr] | [INFO] [stderr] 8247 | #[doc = " Add a value to a timestamp."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8248 | | #[doc = ""] [INFO] [stderr] 8249 | | #[doc = " This function guarantees that when the same value is repeatly added that"] [INFO] [stderr] 8250 | | #[doc = " no accumulation of rounding errors occurs."] [INFO] [stderr] ... | [INFO] [stderr] 8254 | | #[doc = " @param[in] inc Value to be added"] [INFO] [stderr] 8255 | | #[doc = " @param[in] inc_tb Time base of `inc`"] [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] ts Input timestamp [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8247:13 [INFO] [stderr] | [INFO] [stderr] 8247 | #[doc = " Add a value to a timestamp."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8248 | | #[doc = ""] [INFO] [stderr] 8249 | | #[doc = " This function guarantees that when the same value is repeatly added that"] [INFO] [stderr] 8250 | | #[doc = " no accumulation of rounding errors occurs."] [INFO] [stderr] ... | [INFO] [stderr] 8254 | | #[doc = " @param[in] inc Value to be added"] [INFO] [stderr] 8255 | | #[doc = " @param[in] inc_tb Time base of `inc`"] [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] ts_tb Input timestamp time base [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8247:13 [INFO] [stderr] | [INFO] [stderr] 8247 | #[doc = " Add a value to a timestamp."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8248 | | #[doc = ""] [INFO] [stderr] 8249 | | #[doc = " This function guarantees that when the same value is repeatly added that"] [INFO] [stderr] 8250 | | #[doc = " no accumulation of rounding errors occurs."] [INFO] [stderr] ... | [INFO] [stderr] 8254 | | #[doc = " @param[in] inc Value to be added"] [INFO] [stderr] 8255 | | #[doc = " @param[in] inc_tb Time base of `inc`"] [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] inc Value to be added [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:8247:13 [INFO] [stderr] | [INFO] [stderr] 8247 | #[doc = " Add a value to a timestamp."] [INFO] [stderr] | _____________^ [INFO] [stderr] 8248 | | #[doc = ""] [INFO] [stderr] 8249 | | #[doc = " This function guarantees that when the same value is repeatly added that"] [INFO] [stderr] 8250 | | #[doc = " no accumulation of rounding errors occurs."] [INFO] [stderr] ... | [INFO] [stderr] 8254 | | #[doc = " @param[in] inc Value to be added"] [INFO] [stderr] 8255 | | #[doc = " @param[in] inc_tb Time base of `inc`"] [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] inc_tb Time base of `inc` [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9189:13 [INFO] [stderr] | [INFO] [stderr] 9189 | #[doc = " Allocate, reallocate, or free a block of memory through a pointer to a"] [INFO] [stderr] | _____________^ [INFO] [stderr] 9190 | | #[doc = " pointer."] [INFO] [stderr] 9191 | | #[doc = ""] [INFO] [stderr] 9192 | | #[doc = " If `*ptr` is `NULL` and `size` > 0, allocate a new block. If `size` is"] [INFO] [stderr] ... | [INFO] [stderr] 9204 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"] [INFO] [stderr] 9205 | | #[doc = " correctly aligned."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] ptr Pointer to a pointer to a memory block already allocated [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9189:13 [INFO] [stderr] | [INFO] [stderr] 9189 | #[doc = " Allocate, reallocate, or free a block of memory through a pointer to a"] [INFO] [stderr] | _____________^ [INFO] [stderr] 9190 | | #[doc = " pointer."] [INFO] [stderr] 9191 | | #[doc = ""] [INFO] [stderr] 9192 | | #[doc = " If `*ptr` is `NULL` and `size` > 0, allocate a new block. If `size` is"] [INFO] [stderr] ... | [INFO] [stderr] 9204 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"] [INFO] [stderr] 9205 | | #[doc = " correctly aligned."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] size Size in bytes for the memory block to be allocated or [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9252:13 [INFO] [stderr] | [INFO] [stderr] 9252 | #[doc = " Allocate, reallocate, or free an array through a pointer to a pointer."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9253 | | #[doc = ""] [INFO] [stderr] 9254 | | #[doc = " If `*ptr` is `NULL` and `nmemb` > 0, allocate a new block. If `nmemb` is"] [INFO] [stderr] 9255 | | #[doc = " zero, free the memory block pointed to by `*ptr`."] [INFO] [stderr] ... | [INFO] [stderr] 9265 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"] [INFO] [stderr] 9266 | | #[doc = " correctly aligned."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] ptr Pointer to a pointer to a memory block already [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9252:13 [INFO] [stderr] | [INFO] [stderr] 9252 | #[doc = " Allocate, reallocate, or free an array through a pointer to a pointer."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9253 | | #[doc = ""] [INFO] [stderr] 9254 | | #[doc = " If `*ptr` is `NULL` and `nmemb` > 0, allocate a new block. If `nmemb` is"] [INFO] [stderr] 9255 | | #[doc = " zero, free the memory block pointed to by `*ptr`."] [INFO] [stderr] ... | [INFO] [stderr] 9265 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"] [INFO] [stderr] 9266 | | #[doc = " correctly aligned."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] nmemb Number of elements [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9252:13 [INFO] [stderr] | [INFO] [stderr] 9252 | #[doc = " Allocate, reallocate, or free an array through a pointer to a pointer."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9253 | | #[doc = ""] [INFO] [stderr] 9254 | | #[doc = " If `*ptr` is `NULL` and `nmemb` > 0, allocate a new block. If `nmemb` is"] [INFO] [stderr] 9255 | | #[doc = " zero, free the memory block pointed to by `*ptr`."] [INFO] [stderr] ... | [INFO] [stderr] 9265 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"] [INFO] [stderr] 9266 | | #[doc = " correctly aligned."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] size Size of the single element [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9274:13 [INFO] [stderr] | [INFO] [stderr] 9274 | #[doc = " Reallocate the given buffer if it is not large enough, otherwise do nothing."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9275 | | #[doc = ""] [INFO] [stderr] 9276 | | #[doc = " If the given buffer is `NULL`, then a new uninitialized buffer is allocated."] [INFO] [stderr] 9277 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 9302 | | #[doc = " @see av_realloc()"] [INFO] [stderr] 9303 | | #[doc = " @see av_fast_malloc()"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] ptr Already allocated buffer, or `NULL` [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9274:13 [INFO] [stderr] | [INFO] [stderr] 9274 | #[doc = " Reallocate the given buffer if it is not large enough, otherwise do nothing."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9275 | | #[doc = ""] [INFO] [stderr] 9276 | | #[doc = " If the given buffer is `NULL`, then a new uninitialized buffer is allocated."] [INFO] [stderr] 9277 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 9302 | | #[doc = " @see av_realloc()"] [INFO] [stderr] 9303 | | #[doc = " @see av_fast_malloc()"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] size Pointer to the size of buffer `ptr`. `*size` is [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9274:13 [INFO] [stderr] | [INFO] [stderr] 9274 | #[doc = " Reallocate the given buffer if it is not large enough, otherwise do nothing."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9275 | | #[doc = ""] [INFO] [stderr] 9276 | | #[doc = " If the given buffer is `NULL`, then a new uninitialized buffer is allocated."] [INFO] [stderr] 9277 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 9302 | | #[doc = " @see av_realloc()"] [INFO] [stderr] 9303 | | #[doc = " @see av_fast_malloc()"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] min_size Desired minimal size of buffer `ptr` [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9311:13 [INFO] [stderr] | [INFO] [stderr] 9311 | #[doc = " Allocate a buffer, reusing the given one if large enough."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9312 | | #[doc = ""] [INFO] [stderr] 9313 | | #[doc = " Contrary to av_fast_realloc(), the current buffer contents might not be"] [INFO] [stderr] 9314 | | #[doc = " preserved and on error the old buffer is freed, thus no special handling to"] [INFO] [stderr] ... | [INFO] [stderr] 9336 | | #[doc = " @see av_realloc()"] [INFO] [stderr] 9337 | | #[doc = " @see av_fast_mallocz()"] [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] ptr Pointer to pointer to an already allocated buffer. [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9311:13 [INFO] [stderr] | [INFO] [stderr] 9311 | #[doc = " Allocate a buffer, reusing the given one if large enough."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9312 | | #[doc = ""] [INFO] [stderr] 9313 | | #[doc = " Contrary to av_fast_realloc(), the current buffer contents might not be"] [INFO] [stderr] 9314 | | #[doc = " preserved and on error the old buffer is freed, thus no special handling to"] [INFO] [stderr] ... | [INFO] [stderr] 9336 | | #[doc = " @see av_realloc()"] [INFO] [stderr] 9337 | | #[doc = " @see av_fast_mallocz()"] [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] size Pointer to the size of buffer `*ptr`. `*size` is [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9311:13 [INFO] [stderr] | [INFO] [stderr] 9311 | #[doc = " Allocate a buffer, reusing the given one if large enough."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9312 | | #[doc = ""] [INFO] [stderr] 9313 | | #[doc = " Contrary to av_fast_realloc(), the current buffer contents might not be"] [INFO] [stderr] 9314 | | #[doc = " preserved and on error the old buffer is freed, thus no special handling to"] [INFO] [stderr] ... | [INFO] [stderr] 9336 | | #[doc = " @see av_realloc()"] [INFO] [stderr] 9337 | | #[doc = " @see av_fast_mallocz()"] [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] min_size Desired minimal size of buffer `*ptr` [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9345:13 [INFO] [stderr] | [INFO] [stderr] 9345 | #[doc = " Allocate and clear a buffer, reusing the given one if large enough."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9346 | | #[doc = ""] [INFO] [stderr] 9347 | | #[doc = " Like av_fast_malloc(), but all newly allocated space is initially cleared."] [INFO] [stderr] 9348 | | #[doc = " Reused buffer is not cleared."] [INFO] [stderr] ... | [INFO] [stderr] 9359 | | #[doc = " @param[in] min_size Desired minimal size of buffer `*ptr`"] [INFO] [stderr] 9360 | | #[doc = " @see av_fast_malloc()"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] ptr Pointer to pointer to an already allocated buffer. [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9345:13 [INFO] [stderr] | [INFO] [stderr] 9345 | #[doc = " Allocate and clear a buffer, reusing the given one if large enough."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9346 | | #[doc = ""] [INFO] [stderr] 9347 | | #[doc = " Like av_fast_malloc(), but all newly allocated space is initially cleared."] [INFO] [stderr] 9348 | | #[doc = " Reused buffer is not cleared."] [INFO] [stderr] ... | [INFO] [stderr] 9359 | | #[doc = " @param[in] min_size Desired minimal size of buffer `*ptr`"] [INFO] [stderr] 9360 | | #[doc = " @see av_fast_malloc()"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] size Pointer to the size of buffer `*ptr`. `*size` is [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9345:13 [INFO] [stderr] | [INFO] [stderr] 9345 | #[doc = " Allocate and clear a buffer, reusing the given one if large enough."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9346 | | #[doc = ""] [INFO] [stderr] 9347 | | #[doc = " Like av_fast_malloc(), but all newly allocated space is initially cleared."] [INFO] [stderr] 9348 | | #[doc = " Reused buffer is not cleared."] [INFO] [stderr] ... | [INFO] [stderr] 9359 | | #[doc = " @param[in] min_size Desired minimal size of buffer `*ptr`"] [INFO] [stderr] 9360 | | #[doc = " @see av_fast_malloc()"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] min_size Desired minimal size of buffer `*ptr` [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9442:13 [INFO] [stderr] | [INFO] [stderr] 9442 | #[doc = " Add the pointer to an element to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9443 | | #[doc = ""] [INFO] [stderr] 9444 | | #[doc = " The array to grow is supposed to be an array of pointers to"] [INFO] [stderr] 9445 | | #[doc = " structures, and the element to add must be a pointer to an already"] [INFO] [stderr] ... | [INFO] [stderr] 9459 | | #[doc = " @param[in] elem Element to add"] [INFO] [stderr] 9460 | | #[doc = " @see av_dynarray_add_nofree(), av_dynarray2_add()"] [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] tab_ptr Pointer to the array to grow [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9442:13 [INFO] [stderr] | [INFO] [stderr] 9442 | #[doc = " Add the pointer to an element to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9443 | | #[doc = ""] [INFO] [stderr] 9444 | | #[doc = " The array to grow is supposed to be an array of pointers to"] [INFO] [stderr] 9445 | | #[doc = " structures, and the element to add must be a pointer to an already"] [INFO] [stderr] ... | [INFO] [stderr] 9459 | | #[doc = " @param[in] elem Element to add"] [INFO] [stderr] 9460 | | #[doc = " @see av_dynarray_add_nofree(), av_dynarray2_add()"] [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] nb_ptr Pointer to the number of elements in the array [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9442:13 [INFO] [stderr] | [INFO] [stderr] 9442 | #[doc = " Add the pointer to an element to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9443 | | #[doc = ""] [INFO] [stderr] 9444 | | #[doc = " The array to grow is supposed to be an array of pointers to"] [INFO] [stderr] 9445 | | #[doc = " structures, and the element to add must be a pointer to an already"] [INFO] [stderr] ... | [INFO] [stderr] 9459 | | #[doc = " @param[in] elem Element to add"] [INFO] [stderr] 9460 | | #[doc = " @see av_dynarray_add_nofree(), av_dynarray2_add()"] [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] elem Element to add [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9483:13 [INFO] [stderr] | [INFO] [stderr] 9483 | #[doc = " Add an element of size `elem_size` to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9484 | | #[doc = ""] [INFO] [stderr] 9485 | | #[doc = " The array is reallocated when its number of elements reaches powers of 2."] [INFO] [stderr] 9486 | | #[doc = " Therefore, the amortized cost of adding an element is constant."] [INFO] [stderr] ... | [INFO] [stderr] 9502 | | #[doc = " space"] [INFO] [stderr] 9503 | | #[doc = " @see av_dynarray_add(), av_dynarray_add_nofree()"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] tab_ptr Pointer to the array to grow [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9483:13 [INFO] [stderr] | [INFO] [stderr] 9483 | #[doc = " Add an element of size `elem_size` to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9484 | | #[doc = ""] [INFO] [stderr] 9485 | | #[doc = " The array is reallocated when its number of elements reaches powers of 2."] [INFO] [stderr] 9486 | | #[doc = " Therefore, the amortized cost of adding an element is constant."] [INFO] [stderr] ... | [INFO] [stderr] 9502 | | #[doc = " space"] [INFO] [stderr] 9503 | | #[doc = " @see av_dynarray_add(), av_dynarray_add_nofree()"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in,out] nb_ptr Pointer to the number of elements in the array [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9483:13 [INFO] [stderr] | [INFO] [stderr] 9483 | #[doc = " Add an element of size `elem_size` to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9484 | | #[doc = ""] [INFO] [stderr] 9485 | | #[doc = " The array is reallocated when its number of elements reaches powers of 2."] [INFO] [stderr] 9486 | | #[doc = " Therefore, the amortized cost of adding an element is constant."] [INFO] [stderr] ... | [INFO] [stderr] 9502 | | #[doc = " space"] [INFO] [stderr] 9503 | | #[doc = " @see av_dynarray_add(), av_dynarray_add_nofree()"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] elem_size Size in bytes of an element in the array [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:9483:13 [INFO] [stderr] | [INFO] [stderr] 9483 | #[doc = " Add an element of size `elem_size` to a dynamic array."] [INFO] [stderr] | _____________^ [INFO] [stderr] 9484 | | #[doc = ""] [INFO] [stderr] 9485 | | #[doc = " The array is reallocated when its number of elements reaches powers of 2."] [INFO] [stderr] 9486 | | #[doc = " Therefore, the amortized cost of adding an element is constant."] [INFO] [stderr] ... | [INFO] [stderr] 9502 | | #[doc = " space"] [INFO] [stderr] 9503 | | #[doc = " @see av_dynarray_add(), av_dynarray_add_nofree()"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] elem_data Pointer to the data of the element to add. If [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:10543:13 [INFO] [stderr] | [INFO] [stderr] 10543 | #[doc = " Get the required buffer size for the given audio parameters."] [INFO] [stderr] | _____________^ [INFO] [stderr] 10544 | | #[doc = ""] [INFO] [stderr] 10545 | | #[doc = " @param[out] linesize calculated linesize, may be NULL"] [INFO] [stderr] 10546 | | #[doc = " @param nb_channels the number of channels"] [INFO] [stderr] ... | [INFO] [stderr] 10549 | | #[doc = " @param align buffer size alignment (0 = default, 1 = no alignment)"] [INFO] [stderr] 10550 | | #[doc = " @return required buffer size, or negative error code on failure"] [INFO] [stderr] | |___________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] linesize calculated linesize, may be NULL [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:10560:13 [INFO] [stderr] | [INFO] [stderr] 10560 | #[doc = " Fill plane data pointers and linesize for samples with sample"] [INFO] [stderr] | _____________^ [INFO] [stderr] 10561 | | #[doc = " format sample_fmt."] [INFO] [stderr] 10562 | | #[doc = ""] [INFO] [stderr] 10563 | | #[doc = " The audio_data array is filled with the pointers to the samples data planes:"] [INFO] [stderr] ... | [INFO] [stderr] 10586 | | #[doc = " @todo return minimum size in bytes required for the buffer in case"] [INFO] [stderr] 10587 | | #[doc = " of success at the next bump"] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] audio_data array to be filled with the pointer for each channel [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:10560:13 [INFO] [stderr] | [INFO] [stderr] 10560 | #[doc = " Fill plane data pointers and linesize for samples with sample"] [INFO] [stderr] | _____________^ [INFO] [stderr] 10561 | | #[doc = " format sample_fmt."] [INFO] [stderr] 10562 | | #[doc = ""] [INFO] [stderr] 10563 | | #[doc = " The audio_data array is filled with the pointers to the samples data planes:"] [INFO] [stderr] ... | [INFO] [stderr] 10586 | | #[doc = " @todo return minimum size in bytes required for the buffer in case"] [INFO] [stderr] 10587 | | #[doc = " of success at the next bump"] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] linesize calculated linesize, may be NULL [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:10599:13 [INFO] [stderr] | [INFO] [stderr] 10599 | #[doc = " Allocate a samples buffer for nb_samples samples, and fill data pointers and"] [INFO] [stderr] | _____________^ [INFO] [stderr] 10600 | | #[doc = " linesize accordingly."] [INFO] [stderr] 10601 | | #[doc = " The allocated samples buffer can be freed by using av_freep(&audio_data[0])"] [INFO] [stderr] 10602 | | #[doc = " Allocated data will be initialized to silence."] [INFO] [stderr] ... | [INFO] [stderr] 10614 | | #[doc = " @see av_samples_fill_arrays()"] [INFO] [stderr] 10615 | | #[doc = " @see av_samples_alloc_array_and_samples()"] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The allocated samples buffer can be freed by using av_freep(&audio_data[0]) [INFO] [stderr] ^ [INFO] [stderr] = note: no item named `0` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:10599:13 [INFO] [stderr] | [INFO] [stderr] 10599 | #[doc = " Allocate a samples buffer for nb_samples samples, and fill data pointers and"] [INFO] [stderr] | _____________^ [INFO] [stderr] 10600 | | #[doc = " linesize accordingly."] [INFO] [stderr] 10601 | | #[doc = " The allocated samples buffer can be freed by using av_freep(&audio_data[0])"] [INFO] [stderr] 10602 | | #[doc = " Allocated data will be initialized to silence."] [INFO] [stderr] ... | [INFO] [stderr] 10614 | | #[doc = " @see av_samples_fill_arrays()"] [INFO] [stderr] 10615 | | #[doc = " @see av_samples_alloc_array_and_samples()"] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] audio_data array to be filled with the pointer for each channel [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:10599:13 [INFO] [stderr] | [INFO] [stderr] 10599 | #[doc = " Allocate a samples buffer for nb_samples samples, and fill data pointers and"] [INFO] [stderr] | _____________^ [INFO] [stderr] 10600 | | #[doc = " linesize accordingly."] [INFO] [stderr] 10601 | | #[doc = " The allocated samples buffer can be freed by using av_freep(&audio_data[0])"] [INFO] [stderr] 10602 | | #[doc = " Allocated data will be initialized to silence."] [INFO] [stderr] ... | [INFO] [stderr] 10614 | | #[doc = " @see av_samples_fill_arrays()"] [INFO] [stderr] 10615 | | #[doc = " @see av_samples_alloc_array_and_samples()"] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] linesize aligned size for audio buffer(s), may be NULL [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:11972:13 [INFO] [stderr] | [INFO] [stderr] 11972 | #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"] [INFO] [stderr] | _____________^ [INFO] [stderr] 11973 | | #[doc = " the pixel format AVPixFmtDescriptor."] [INFO] [stderr] 11974 | | #[doc = ""] [INFO] [stderr] 11975 | | #[doc = " @param[in] pix_fmt the pixel format"] [INFO] [stderr] ... | [INFO] [stderr] 11978 | | #[doc = ""] [INFO] [stderr] 11979 | | #[doc = " @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format"] [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] pix_fmt the pixel format [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:11972:13 [INFO] [stderr] | [INFO] [stderr] 11972 | #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"] [INFO] [stderr] | _____________^ [INFO] [stderr] 11973 | | #[doc = " the pixel format AVPixFmtDescriptor."] [INFO] [stderr] 11974 | | #[doc = ""] [INFO] [stderr] 11975 | | #[doc = " @param[in] pix_fmt the pixel format"] [INFO] [stderr] ... | [INFO] [stderr] 11978 | | #[doc = ""] [INFO] [stderr] 11979 | | #[doc = " @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format"] [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] h_shift store log2_chroma_w (horizontal/width shift) [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:11972:13 [INFO] [stderr] | [INFO] [stderr] 11972 | #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"] [INFO] [stderr] | _____________^ [INFO] [stderr] 11973 | | #[doc = " the pixel format AVPixFmtDescriptor."] [INFO] [stderr] 11974 | | #[doc = ""] [INFO] [stderr] 11975 | | #[doc = " @param[in] pix_fmt the pixel format"] [INFO] [stderr] ... | [INFO] [stderr] 11978 | | #[doc = ""] [INFO] [stderr] 11979 | | #[doc = " @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format"] [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] v_shift store log2_chroma_h (vertical/height shift) [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12074:13 [INFO] [stderr] | [INFO] [stderr] 12074 | #[doc = " Read a line from an image, and write the values of the"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12075 | | #[doc = " pixel format component c to dst."] [INFO] [stderr] 12076 | | #[doc = ""] [INFO] [stderr] 12077 | | #[doc = " @param data the array containing the pointers to the planes of the image"] [INFO] [stderr] ... | [INFO] [stderr] 12087 | | #[doc = " data[0]. The behavior is undefined if the format is not paletted."] [INFO] [stderr] 12088 | | #[doc = " @param dst_element_size size of elements in dst array (2 or 4 byte)"] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] component c in data[1] to dst, rather than the palette indexes in [INFO] [stderr] ^ [INFO] [stderr] = note: no item named `1` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12074:13 [INFO] [stderr] | [INFO] [stderr] 12074 | #[doc = " Read a line from an image, and write the values of the"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12075 | | #[doc = " pixel format component c to dst."] [INFO] [stderr] 12076 | | #[doc = ""] [INFO] [stderr] 12077 | | #[doc = " @param data the array containing the pointers to the planes of the image"] [INFO] [stderr] ... | [INFO] [stderr] 12087 | | #[doc = " data[0]. The behavior is undefined if the format is not paletted."] [INFO] [stderr] 12088 | | #[doc = " @param dst_element_size size of elements in dst array (2 or 4 byte)"] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] data[0]. The behavior is undefined if the format is not paletted. [INFO] [stderr] ^ [INFO] [stderr] = note: no item named `0` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12154:13 [INFO] [stderr] | [INFO] [stderr] 12154 | #[doc = " Utility function to swap the endianness of a pixel format."] [INFO] [stderr] | _____________^ [INFO] [stderr] 12155 | | #[doc = ""] [INFO] [stderr] 12156 | | #[doc = " @param[in] pix_fmt the pixel format"] [INFO] [stderr] 12157 | | #[doc = ""] [INFO] [stderr] 12158 | | #[doc = " @return pixel format with swapped endianness if it exists,"] [INFO] [stderr] 12159 | | #[doc = " otherwise AV_PIX_FMT_NONE"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] pix_fmt the pixel format [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12163:13 [INFO] [stderr] | [INFO] [stderr] 12163 | #[doc = " Compute what kind of losses will occur when converting from one specific"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12164 | | #[doc = " pixel format to another."] [INFO] [stderr] 12165 | | #[doc = " When converting from one pixel format to another, information loss may occur."] [INFO] [stderr] 12166 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"] [INFO] [stderr] ... | [INFO] [stderr] 12177 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"] [INFO] [stderr] 12178 | | #[doc = " (maximum loss for an invalid dst_pix_fmt)."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] dst_pix_fmt destination pixel format [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12163:13 [INFO] [stderr] | [INFO] [stderr] 12163 | #[doc = " Compute what kind of losses will occur when converting from one specific"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12164 | | #[doc = " pixel format to another."] [INFO] [stderr] 12165 | | #[doc = " When converting from one pixel format to another, information loss may occur."] [INFO] [stderr] 12166 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"] [INFO] [stderr] ... | [INFO] [stderr] 12177 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"] [INFO] [stderr] 12178 | | #[doc = " (maximum loss for an invalid dst_pix_fmt)."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] src_pix_fmt source pixel format [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12163:13 [INFO] [stderr] | [INFO] [stderr] 12163 | #[doc = " Compute what kind of losses will occur when converting from one specific"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12164 | | #[doc = " pixel format to another."] [INFO] [stderr] 12165 | | #[doc = " When converting from one pixel format to another, information loss may occur."] [INFO] [stderr] 12166 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"] [INFO] [stderr] ... | [INFO] [stderr] 12177 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"] [INFO] [stderr] 12178 | | #[doc = " (maximum loss for an invalid dst_pix_fmt)."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] has_alpha Whether the source pixel format alpha channel is used. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12186:13 [INFO] [stderr] | [INFO] [stderr] 12186 | #[doc = " Compute what kind of losses will occur when converting from one specific"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12187 | | #[doc = " pixel format to another."] [INFO] [stderr] 12188 | | #[doc = " When converting from one pixel format to another, information loss may occur."] [INFO] [stderr] 12189 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"] [INFO] [stderr] ... | [INFO] [stderr] 12200 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"] [INFO] [stderr] 12201 | | #[doc = " (maximum loss for an invalid dst_pix_fmt)."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] dst_pix_fmt destination pixel format [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12186:13 [INFO] [stderr] | [INFO] [stderr] 12186 | #[doc = " Compute what kind of losses will occur when converting from one specific"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12187 | | #[doc = " pixel format to another."] [INFO] [stderr] 12188 | | #[doc = " When converting from one pixel format to another, information loss may occur."] [INFO] [stderr] 12189 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"] [INFO] [stderr] ... | [INFO] [stderr] 12200 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"] [INFO] [stderr] 12201 | | #[doc = " (maximum loss for an invalid dst_pix_fmt)."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] src_pix_fmt source pixel format [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12186:13 [INFO] [stderr] | [INFO] [stderr] 12186 | #[doc = " Compute what kind of losses will occur when converting from one specific"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12187 | | #[doc = " pixel format to another."] [INFO] [stderr] 12188 | | #[doc = " When converting from one pixel format to another, information loss may occur."] [INFO] [stderr] 12189 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"] [INFO] [stderr] ... | [INFO] [stderr] 12200 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"] [INFO] [stderr] 12201 | | #[doc = " (maximum loss for an invalid dst_pix_fmt)."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] has_alpha Whether the source pixel format alpha channel is used. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `plane` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12211:13 [INFO] [stderr] | [INFO] [stderr] 12211 | #[doc = " Compute the max pixel step for each plane of an image with a"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12212 | | #[doc = " format described by pixdesc."] [INFO] [stderr] 12213 | | #[doc = ""] [INFO] [stderr] 12214 | | #[doc = " The pixel step is the distance in bytes between the first byte of"] [INFO] [stderr] ... | [INFO] [stderr] 12223 | | #[doc = " @param max_pixstep_comps an array which is filled with the component"] [INFO] [stderr] 12224 | | #[doc = " for each plane which has the max pixel step. May be NULL."] [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] components, the computed max_pixsteps[plane] is relative to the [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `plane` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12273:13 [INFO] [stderr] | [INFO] [stderr] 12273 | #[doc = " Allocate an image with size w and h and pixel format pix_fmt, and"] [INFO] [stderr] | _____________^ [INFO] [stderr] 12274 | | #[doc = " fill pointers and linesizes accordingly."] [INFO] [stderr] 12275 | | #[doc = " The allocated image buffer has to be freed by using"] [INFO] [stderr] 12276 | | #[doc = " av_freep(&pointers[0])."] [INFO] [stderr] ... | [INFO] [stderr] 12279 | | #[doc = " @return the size in bytes required for the image buffer, a negative"] [INFO] [stderr] 12280 | | #[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 `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12625:13 [INFO] [stderr] | [INFO] [stderr] 12625 | #[doc = " Log a generic warning message about a missing feature."] [INFO] [stderr] | _____________^ [INFO] [stderr] 12626 | | #[doc = ""] [INFO] [stderr] 12627 | | #[doc = " @param[in] avc a pointer to an arbitrary struct of which the first"] [INFO] [stderr] 12628 | | #[doc = " field is a pointer to an AVClass struct"] [INFO] [stderr] 12629 | | #[doc = " @param[in] msg string containing the name of the missing feature"] [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] avc a pointer to an arbitrary struct of which the first [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12625:13 [INFO] [stderr] | [INFO] [stderr] 12625 | #[doc = " Log a generic warning message about a missing feature."] [INFO] [stderr] | _____________^ [INFO] [stderr] 12626 | | #[doc = ""] [INFO] [stderr] 12627 | | #[doc = " @param[in] avc a pointer to an arbitrary struct of which the first"] [INFO] [stderr] 12628 | | #[doc = " field is a pointer to an AVClass struct"] [INFO] [stderr] 12629 | | #[doc = " @param[in] msg string containing the name of the missing feature"] [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] msg string containing the name of the missing feature [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12637:13 [INFO] [stderr] | [INFO] [stderr] 12637 | #[doc = " Log a generic warning message about a missing feature."] [INFO] [stderr] | _____________^ [INFO] [stderr] 12638 | | #[doc = " Additionally request that a sample showcasing the feature be uploaded."] [INFO] [stderr] 12639 | | #[doc = ""] [INFO] [stderr] 12640 | | #[doc = " @param[in] avc a pointer to an arbitrary struct of which the first field is"] [INFO] [stderr] 12641 | | #[doc = " a pointer to an AVClass struct"] [INFO] [stderr] 12642 | | #[doc = " @param[in] msg string containing the name of the missing feature"] [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] avc a pointer to an arbitrary struct of which the first field is [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:12637:13 [INFO] [stderr] | [INFO] [stderr] 12637 | #[doc = " Log a generic warning message about a missing feature."] [INFO] [stderr] | _____________^ [INFO] [stderr] 12638 | | #[doc = " Additionally request that a sample showcasing the feature be uploaded."] [INFO] [stderr] 12639 | | #[doc = ""] [INFO] [stderr] 12640 | | #[doc = " @param[in] avc a pointer to an arbitrary struct of which the first field is"] [INFO] [stderr] 12641 | | #[doc = " a pointer to an AVClass struct"] [INFO] [stderr] 12642 | | #[doc = " @param[in] msg string containing the name of the missing feature"] [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] msg string containing the name of the missing feature [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13238:13 [INFO] [stderr] | [INFO] [stderr] 13238 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13239 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13240 | | #[doc = ""] [INFO] [stderr] 13241 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13256 | | #[doc = " AVDictionary (e.g. avformat_open_input()) to set options found with this"] [INFO] [stderr] 13257 | | #[doc = " flag."] [INFO] [stderr] | |____________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] obj A pointer to a struct whose first element is a [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13238:13 [INFO] [stderr] | [INFO] [stderr] 13238 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13239 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13240 | | #[doc = ""] [INFO] [stderr] 13241 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13256 | | #[doc = " AVDictionary (e.g. avformat_open_input()) to set options found with this"] [INFO] [stderr] 13257 | | #[doc = " flag."] [INFO] [stderr] | |____________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] name The name of the option to look for. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13238:13 [INFO] [stderr] | [INFO] [stderr] 13238 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13239 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13240 | | #[doc = ""] [INFO] [stderr] 13241 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13256 | | #[doc = " AVDictionary (e.g. avformat_open_input()) to set options found with this"] [INFO] [stderr] 13257 | | #[doc = " flag."] [INFO] [stderr] | |____________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] unit When searching for named constants, name of the unit [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13267:13 [INFO] [stderr] | [INFO] [stderr] 13267 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13268 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13269 | | #[doc = ""] [INFO] [stderr] 13270 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13284 | | #[doc = " @return A pointer to the option found, or NULL if no option"] [INFO] [stderr] 13285 | | #[doc = " was found."] [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] obj A pointer to a struct whose first element is a [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13267:13 [INFO] [stderr] | [INFO] [stderr] 13267 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13268 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13269 | | #[doc = ""] [INFO] [stderr] 13270 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13284 | | #[doc = " @return A pointer to the option found, or NULL if no option"] [INFO] [stderr] 13285 | | #[doc = " was found."] [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] name The name of the option to look for. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13267:13 [INFO] [stderr] | [INFO] [stderr] 13267 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13268 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13269 | | #[doc = ""] [INFO] [stderr] 13270 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13284 | | #[doc = " @return A pointer to the option found, or NULL if no option"] [INFO] [stderr] 13285 | | #[doc = " was found."] [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] unit When searching for named constants, name of the unit [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13267:13 [INFO] [stderr] | [INFO] [stderr] 13267 | #[doc = " Look for an option in an object. Consider only options which"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13268 | | #[doc = " have all the specified flags set."] [INFO] [stderr] 13269 | | #[doc = ""] [INFO] [stderr] 13270 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"] [INFO] [stderr] ... | [INFO] [stderr] 13284 | | #[doc = " @return A pointer to the option found, or NULL if no option"] [INFO] [stderr] 13285 | | #[doc = " was found."] [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] target_obj if non-NULL, an object to which the option belongs will be [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13326:13 [INFO] [stderr] | [INFO] [stderr] 13326 | #[doc = " @defgroup opt_set_funcs Option setting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13327 | | #[doc = " @{"] [INFO] [stderr] 13328 | | #[doc = " Those functions set the field of obj with the given name to value."] [INFO] [stderr] 13329 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13348 | | #[doc = " AVERROR(ERANGE) if the value is out of range"] [INFO] [stderr] 13349 | | #[doc = " AVERROR(EINVAL) if the value is not valid"] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] obj A struct whose first element is a pointer to an AVClass. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13326:13 [INFO] [stderr] | [INFO] [stderr] 13326 | #[doc = " @defgroup opt_set_funcs Option setting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13327 | | #[doc = " @{"] [INFO] [stderr] 13328 | | #[doc = " Those functions set the field of obj with the given name to value."] [INFO] [stderr] 13329 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13348 | | #[doc = " AVERROR(ERANGE) if the value is out of range"] [INFO] [stderr] 13349 | | #[doc = " AVERROR(EINVAL) if the value is not valid"] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] name the name of the field to set [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13326:13 [INFO] [stderr] | [INFO] [stderr] 13326 | #[doc = " @defgroup opt_set_funcs Option setting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13327 | | #[doc = " @{"] [INFO] [stderr] 13328 | | #[doc = " Those functions set the field of obj with the given name to value."] [INFO] [stderr] 13329 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13348 | | #[doc = " AVERROR(ERANGE) if the value is out of range"] [INFO] [stderr] 13349 | | #[doc = " AVERROR(EINVAL) if the value is not valid"] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] val The value to set. In case of av_opt_set() if the field is not [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13442:13 [INFO] [stderr] | [INFO] [stderr] 13442 | #[doc = " @defgroup opt_get_funcs Option getting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13443 | | #[doc = " @{"] [INFO] [stderr] 13444 | | #[doc = " Those functions get a value of the option with the given name from an object."] [INFO] [stderr] 13445 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13455 | | #[doc = " AV_OPT_TYPE_STRING or AV_OPT_TYPE_BINARY and is set to NULL, *out_val will be set"] [INFO] [stderr] 13456 | | #[doc = " to NULL instead of an allocated empty string."] [INFO] [stderr] | |____________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] obj a struct whose first element is a pointer to an AVClass. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13442:13 [INFO] [stderr] | [INFO] [stderr] 13442 | #[doc = " @defgroup opt_get_funcs Option getting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13443 | | #[doc = " @{"] [INFO] [stderr] 13444 | | #[doc = " Those functions get a value of the option with the given name from an object."] [INFO] [stderr] 13445 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13455 | | #[doc = " AV_OPT_TYPE_STRING or AV_OPT_TYPE_BINARY and is set to NULL, *out_val will be set"] [INFO] [stderr] 13456 | | #[doc = " to NULL instead of an allocated empty string."] [INFO] [stderr] | |____________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] name name of the option to get. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13442:13 [INFO] [stderr] | [INFO] [stderr] 13442 | #[doc = " @defgroup opt_get_funcs Option getting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13443 | | #[doc = " @{"] [INFO] [stderr] 13444 | | #[doc = " Those functions get a value of the option with the given name from an object."] [INFO] [stderr] 13445 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13455 | | #[doc = " AV_OPT_TYPE_STRING or AV_OPT_TYPE_BINARY and is set to NULL, *out_val will be set"] [INFO] [stderr] 13456 | | #[doc = " to NULL instead of an allocated empty string."] [INFO] [stderr] | |____________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13442:13 [INFO] [stderr] | [INFO] [stderr] 13442 | #[doc = " @defgroup opt_get_funcs Option getting functions"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13443 | | #[doc = " @{"] [INFO] [stderr] 13444 | | #[doc = " Those functions get a value of the option with the given name from an object."] [INFO] [stderr] 13445 | | #[doc = ""] [INFO] [stderr] ... | [INFO] [stderr] 13455 | | #[doc = " AV_OPT_TYPE_STRING or AV_OPT_TYPE_BINARY and is set to NULL, *out_val will be set"] [INFO] [stderr] 13456 | | #[doc = " to NULL instead of an allocated empty string."] [INFO] [stderr] | |____________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] out_val value of the option will be written here [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13530:13 [INFO] [stderr] | [INFO] [stderr] 13530 | #[doc = " @param[out] out_val The returned dictionary is a copy of the actual value and must"] [INFO] [stderr] | _____________^ [INFO] [stderr] 13531 | | #[doc = " be freed with av_dict_free() by the caller"] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] out_val The returned dictionary is a copy of the actual value and must [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13642:13 [INFO] [stderr] | [INFO] [stderr] 13642 | #[doc = " Serialize object's options."] [INFO] [stderr] | _____________^ [INFO] [stderr] 13643 | | #[doc = ""] [INFO] [stderr] 13644 | | #[doc = " Create a string containing object's serialized options."] [INFO] [stderr] 13645 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."] [INFO] [stderr] ... | [INFO] [stderr] 13656 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 13657 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] obj AVClass object to serialize [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13642:13 [INFO] [stderr] | [INFO] [stderr] 13642 | #[doc = " Serialize object's options."] [INFO] [stderr] | _____________^ [INFO] [stderr] 13643 | | #[doc = ""] [INFO] [stderr] 13644 | | #[doc = " Create a string containing object's serialized options."] [INFO] [stderr] 13645 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."] [INFO] [stderr] ... | [INFO] [stderr] 13656 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 13657 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] opt_flags serialize options with all the specified flags set (AV_OPT_FLAG) [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13642:13 [INFO] [stderr] | [INFO] [stderr] 13642 | #[doc = " Serialize object's options."] [INFO] [stderr] | _____________^ [INFO] [stderr] 13643 | | #[doc = ""] [INFO] [stderr] 13644 | | #[doc = " Create a string containing object's serialized options."] [INFO] [stderr] 13645 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."] [INFO] [stderr] ... | [INFO] [stderr] 13656 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 13657 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] flags combination of AV_OPT_SERIALIZE_* flags [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13642:13 [INFO] [stderr] | [INFO] [stderr] 13642 | #[doc = " Serialize object's options."] [INFO] [stderr] | _____________^ [INFO] [stderr] 13643 | | #[doc = ""] [INFO] [stderr] 13644 | | #[doc = " Create a string containing object's serialized options."] [INFO] [stderr] 13645 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."] [INFO] [stderr] ... | [INFO] [stderr] 13656 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 13657 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] buffer Pointer to buffer that will be allocated with string containg serialized options. [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ffmpeg-dev-d7b725a2881993f7/out/bindings_ffmpeg.rs:13642:13 [INFO] [stderr] | [INFO] [stderr] 13642 | #[doc = " Serialize object's options."] [INFO] [stderr] | _____________^ [INFO] [stderr] 13643 | | #[doc = ""] [INFO] [stderr] 13644 | | #[doc = " Create a string containing object's serialized options."] [INFO] [stderr] 13645 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."] [INFO] [stderr] ... | [INFO] [stderr] 13656 | | #[doc = " @return >= 0 on success, negative on error"] [INFO] [stderr] 13657 | | #[doc = " @warning Separators cannot be neither '\\\\' nor '\\0'. They also cannot be the same."] [INFO] [stderr] | |____________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] key_val_sep character used to separate key from value [INFO] [stderr] ^^ [WARN] too much data in the log, truncating it