Build #577481 2022-06-17 05:31:53
# rustc version
rustc 1.63.0-nightly (cacc75c82 2022-06-16)# docs.rs version
docsrs 0.6.0 (c280b04 2022-05-30)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rusty_ffmpeg-0.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rusty_ffmpeg-0.9.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220616-1.63.0-nightly-cacc75c82\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 478eb99ec7103cc256979861db01cbd160821d263d5a476112928e40a33fb0ad
[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" "478eb99ec7103cc256979861db01cbd160821d263d5a476112928e40a33fb0ad", kill_on_drop: false }`
[INFO] [stderr] Documenting rusty_ffmpeg v0.9.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:2428:5
[INFO] [stderr] |
[INFO] [stderr] 2428 | / #[doc = " Return a single letter to describe the given picture type"]
[INFO] [stderr] 2429 | | #[doc = " pict_type."]
[INFO] [stderr] 2430 | | #[doc = ""]
[INFO] [stderr] 2431 | | #[doc = " @param[in] pict_type the picture type @return a single character"]
[INFO] [stderr] 2432 | | #[doc = " representing the picture type, '?' if pict_type is unknown"]
[INFO] [stderr] | |__________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @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 `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18867:5
[INFO] [stderr] |
[INFO] [stderr] 18867 | / #[doc = " Allocate, reallocate, or free a block of memory through a pointer to a"]
[INFO] [stderr] 18868 | | #[doc = " pointer."]
[INFO] [stderr] 18869 | | #[doc = ""]
[INFO] [stderr] 18870 | | #[doc = " If `*ptr` is `NULL` and `size` > 0, allocate a new block. If `size` is"]
[INFO] [stderr] ... |
[INFO] [stderr] 18882 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"]
[INFO] [stderr] 18883 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18867:5
[INFO] [stderr] |
[INFO] [stderr] 18867 | / #[doc = " Allocate, reallocate, or free a block of memory through a pointer to a"]
[INFO] [stderr] 18868 | | #[doc = " pointer."]
[INFO] [stderr] 18869 | | #[doc = ""]
[INFO] [stderr] 18870 | | #[doc = " If `*ptr` is `NULL` and `size` > 0, allocate a new block. If `size` is"]
[INFO] [stderr] ... |
[INFO] [stderr] 18882 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"]
[INFO] [stderr] 18883 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18930:5
[INFO] [stderr] |
[INFO] [stderr] 18930 | / #[doc = " Allocate, reallocate, or free an array through a pointer to a pointer."]
[INFO] [stderr] 18931 | | #[doc = ""]
[INFO] [stderr] 18932 | | #[doc = " If `*ptr` is `NULL` and `nmemb` > 0, allocate a new block. If `nmemb` is"]
[INFO] [stderr] 18933 | | #[doc = " zero, free the memory block pointed to by `*ptr`."]
[INFO] [stderr] ... |
[INFO] [stderr] 18943 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"]
[INFO] [stderr] 18944 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18930:5
[INFO] [stderr] |
[INFO] [stderr] 18930 | / #[doc = " Allocate, reallocate, or free an array through a pointer to a pointer."]
[INFO] [stderr] 18931 | | #[doc = ""]
[INFO] [stderr] 18932 | | #[doc = " If `*ptr` is `NULL` and `nmemb` > 0, allocate a new block. If `nmemb` is"]
[INFO] [stderr] 18933 | | #[doc = " zero, free the memory block pointed to by `*ptr`."]
[INFO] [stderr] ... |
[INFO] [stderr] 18943 | | #[doc = " @warning Unlike av_malloc(), the allocated memory is not guaranteed to be"]
[INFO] [stderr] 18944 | | #[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,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18952:5
[INFO] [stderr] |
[INFO] [stderr] 18952 | / #[doc = " Reallocate the given buffer if it is not large enough, otherwise do nothing."]
[INFO] [stderr] 18953 | | #[doc = ""]
[INFO] [stderr] 18954 | | #[doc = " If the given buffer is `NULL`, then a new uninitialized buffer is allocated."]
[INFO] [stderr] 18955 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 18980 | | #[doc = " @see av_realloc()"]
[INFO] [stderr] 18981 | | #[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`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18952:5
[INFO] [stderr] |
[INFO] [stderr] 18952 | / #[doc = " Reallocate the given buffer if it is not large enough, otherwise do nothing."]
[INFO] [stderr] 18953 | | #[doc = ""]
[INFO] [stderr] 18954 | | #[doc = " If the given buffer is `NULL`, then a new uninitialized buffer is allocated."]
[INFO] [stderr] 18955 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 18980 | | #[doc = " @see av_realloc()"]
[INFO] [stderr] 18981 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18989:5
[INFO] [stderr] |
[INFO] [stderr] 18989 | / #[doc = " Allocate a buffer, reusing the given one if large enough."]
[INFO] [stderr] 18990 | | #[doc = ""]
[INFO] [stderr] 18991 | | #[doc = " Contrary to av_fast_realloc(), the current buffer contents might not be"]
[INFO] [stderr] 18992 | | #[doc = " preserved and on error the old buffer is freed, thus no special handling to"]
[INFO] [stderr] ... |
[INFO] [stderr] 19014 | | #[doc = " @see av_realloc()"]
[INFO] [stderr] 19015 | | #[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`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:18989:5
[INFO] [stderr] |
[INFO] [stderr] 18989 | / #[doc = " Allocate a buffer, reusing the given one if large enough."]
[INFO] [stderr] 18990 | | #[doc = ""]
[INFO] [stderr] 18991 | | #[doc = " Contrary to av_fast_realloc(), the current buffer contents might not be"]
[INFO] [stderr] 18992 | | #[doc = " preserved and on error the old buffer is freed, thus no special handling to"]
[INFO] [stderr] ... |
[INFO] [stderr] 19014 | | #[doc = " @see av_realloc()"]
[INFO] [stderr] 19015 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19023:5
[INFO] [stderr] |
[INFO] [stderr] 19023 | / #[doc = " Allocate and clear a buffer, reusing the given one if large enough."]
[INFO] [stderr] 19024 | | #[doc = ""]
[INFO] [stderr] 19025 | | #[doc = " Like av_fast_malloc(), but all newly allocated space is initially cleared."]
[INFO] [stderr] 19026 | | #[doc = " Reused buffer is not cleared."]
[INFO] [stderr] ... |
[INFO] [stderr] 19037 | | #[doc = " @param[in] min_size Desired minimal size of buffer `*ptr`"]
[INFO] [stderr] 19038 | | #[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`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19023:5
[INFO] [stderr] |
[INFO] [stderr] 19023 | / #[doc = " Allocate and clear a buffer, reusing the given one if large enough."]
[INFO] [stderr] 19024 | | #[doc = ""]
[INFO] [stderr] 19025 | | #[doc = " Like av_fast_malloc(), but all newly allocated space is initially cleared."]
[INFO] [stderr] 19026 | | #[doc = " Reused buffer is not cleared."]
[INFO] [stderr] ... |
[INFO] [stderr] 19037 | | #[doc = " @param[in] min_size Desired minimal size of buffer `*ptr`"]
[INFO] [stderr] 19038 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19122:5
[INFO] [stderr] |
[INFO] [stderr] 19122 | / #[doc = " Add the pointer to an element to a dynamic array."]
[INFO] [stderr] 19123 | | #[doc = ""]
[INFO] [stderr] 19124 | | #[doc = " The array to grow is supposed to be an array of pointers to"]
[INFO] [stderr] 19125 | | #[doc = " structures, and the element to add must be a pointer to an already"]
[INFO] [stderr] ... |
[INFO] [stderr] 19139 | | #[doc = " @param[in] elem Element to add"]
[INFO] [stderr] 19140 | | #[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`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19122:5
[INFO] [stderr] |
[INFO] [stderr] 19122 | / #[doc = " Add the pointer to an element to a dynamic array."]
[INFO] [stderr] 19123 | | #[doc = ""]
[INFO] [stderr] 19124 | | #[doc = " The array to grow is supposed to be an array of pointers to"]
[INFO] [stderr] 19125 | | #[doc = " structures, and the element to add must be a pointer to an already"]
[INFO] [stderr] ... |
[INFO] [stderr] 19139 | | #[doc = " @param[in] elem Element to add"]
[INFO] [stderr] 19140 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19163:5
[INFO] [stderr] |
[INFO] [stderr] 19163 | / #[doc = " Add an element of size `elem_size` to a dynamic array."]
[INFO] [stderr] 19164 | | #[doc = ""]
[INFO] [stderr] 19165 | | #[doc = " The array is reallocated when its number of elements reaches powers of 2."]
[INFO] [stderr] 19166 | | #[doc = " Therefore, the amortized cost of adding an element is constant."]
[INFO] [stderr] ... |
[INFO] [stderr] 19182 | | #[doc = " space"]
[INFO] [stderr] 19183 | | #[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`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19163:5
[INFO] [stderr] |
[INFO] [stderr] 19163 | / #[doc = " Add an element of size `elem_size` to a dynamic array."]
[INFO] [stderr] 19164 | | #[doc = ""]
[INFO] [stderr] 19165 | | #[doc = " The array is reallocated when its number of elements reaches powers of 2."]
[INFO] [stderr] 19166 | | #[doc = " Therefore, the amortized cost of adding an element is constant."]
[INFO] [stderr] ... |
[INFO] [stderr] 19182 | | #[doc = " space"]
[INFO] [stderr] 19183 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19192:5
[INFO] [stderr] |
[INFO] [stderr] 19192 | / #[doc = " Multiply two `size_t` values checking for overflow."]
[INFO] [stderr] 19193 | | #[doc = ""]
[INFO] [stderr] 19194 | | #[doc = " @param[in] a,b Operands of multiplication"]
[INFO] [stderr] 19195 | | #[doc = " @param[out] r Pointer to the result of the operation"]
[INFO] [stderr] 19196 | | #[doc = " @return 0 on success, AVERROR(EINVAL) on overflow"]
[INFO] [stderr] | |_________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] a,b Operands of multiplication
[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19192:5
[INFO] [stderr] |
[INFO] [stderr] 19192 | / #[doc = " Multiply two `size_t` values checking for overflow."]
[INFO] [stderr] 19193 | | #[doc = ""]
[INFO] [stderr] 19194 | | #[doc = " @param[in] a,b Operands of multiplication"]
[INFO] [stderr] 19195 | | #[doc = " @param[out] r Pointer to the result of the operation"]
[INFO] [stderr] 19196 | | #[doc = " @return 0 on success, AVERROR(EINVAL) on overflow"]
[INFO] [stderr] | |_________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] r Pointer to the result of the operation
[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19288:5
[INFO] [stderr] |
[INFO] [stderr] 19288 | / #[doc = " Reduce a fraction."]
[INFO] [stderr] 19289 | | #[doc = ""]
[INFO] [stderr] 19290 | | #[doc = " This is useful for framerate calculations."]
[INFO] [stderr] 19291 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 19296 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"]
[INFO] [stderr] 19297 | | #[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 `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19288:5
[INFO] [stderr] |
[INFO] [stderr] 19288 | / #[doc = " Reduce a fraction."]
[INFO] [stderr] 19289 | | #[doc = ""]
[INFO] [stderr] 19290 | | #[doc = " This is useful for framerate calculations."]
[INFO] [stderr] 19291 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 19296 | | #[doc = " @param[in] max Maximum allowed values for `dst_num` & `dst_den`"]
[INFO] [stderr] 19297 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19611:5
[INFO] [stderr] |
[INFO] [stderr] 19611 | / #[doc = " Rescale a timestamp while preserving known durations."]
[INFO] [stderr] 19612 | | #[doc = ""]
[INFO] [stderr] 19613 | | #[doc = " This function is designed to be called per audio packet to scale the input"]
[INFO] [stderr] 19614 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"]
[INFO] [stderr] ... |
[INFO] [stderr] 19632 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"]
[INFO] [stderr] 19633 | | #[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,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19611:5
[INFO] [stderr] |
[INFO] [stderr] 19611 | / #[doc = " Rescale a timestamp while preserving known durations."]
[INFO] [stderr] 19612 | | #[doc = ""]
[INFO] [stderr] 19613 | | #[doc = " This function is designed to be called per audio packet to scale the input"]
[INFO] [stderr] 19614 | | #[doc = " timestamp to a different time base. Compared to a simple av_rescale_q()"]
[INFO] [stderr] ... |
[INFO] [stderr] 19632 | | #[doc = " @note In the context of this function, \"duration\" is in term of samples, not"]
[INFO] [stderr] 19633 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:19644:5
[INFO] [stderr] |
[INFO] [stderr] 19644 | / #[doc = " Add a value to a timestamp."]
[INFO] [stderr] 19645 | | #[doc = ""]
[INFO] [stderr] 19646 | | #[doc = " This function guarantees that when the same value is repeatly added that"]
[INFO] [stderr] 19647 | | #[doc = " no accumulation of rounding errors occurs."]
[INFO] [stderr] ... |
[INFO] [stderr] 19651 | | #[doc = " @param[in] inc Value to be added"]
[INFO] [stderr] 19652 | | #[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 `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:20934:5
[INFO] [stderr] |
[INFO] [stderr] 20934 | / #[doc = " Get the required buffer size for the given audio parameters."]
[INFO] [stderr] 20935 | | #[doc = ""]
[INFO] [stderr] 20936 | | #[doc = " @param[out] linesize calculated linesize, may be NULL"]
[INFO] [stderr] 20937 | | #[doc = " @param nb_channels the number of channels"]
[INFO] [stderr] ... |
[INFO] [stderr] 20940 | | #[doc = " @param align buffer size alignment (0 = default, 1 = no alignment)"]
[INFO] [stderr] 20941 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:20951:5
[INFO] [stderr] |
[INFO] [stderr] 20951 | / #[doc = " Fill plane data pointers and linesize for samples with sample"]
[INFO] [stderr] 20952 | | #[doc = " format sample_fmt."]
[INFO] [stderr] 20953 | | #[doc = ""]
[INFO] [stderr] 20954 | | #[doc = " The audio_data array is filled with the pointers to the samples data planes:"]
[INFO] [stderr] ... |
[INFO] [stderr] 20976 | | #[doc = " @return minimum size in bytes required for the buffer on success,"]
[INFO] [stderr] 20977 | | #[doc = " or a negative error code on failure"]
[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 `0`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:20989:5
[INFO] [stderr] |
[INFO] [stderr] 20989 | / #[doc = " Allocate a samples buffer for nb_samples samples, and fill data pointers and"]
[INFO] [stderr] 20990 | | #[doc = " linesize accordingly."]
[INFO] [stderr] 20991 | | #[doc = " The allocated samples buffer can be freed by using av_freep(&audio_data[0])"]
[INFO] [stderr] 20992 | | #[doc = " Allocated data will be initialized to silence."]
[INFO] [stderr] ... |
[INFO] [stderr] 21004 | | #[doc = " @see av_samples_fill_arrays()"]
[INFO] [stderr] 21005 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:20989:5
[INFO] [stderr] |
[INFO] [stderr] 20989 | / #[doc = " Allocate a samples buffer for nb_samples samples, and fill data pointers and"]
[INFO] [stderr] 20990 | | #[doc = " linesize accordingly."]
[INFO] [stderr] 20991 | | #[doc = " The allocated samples buffer can be freed by using av_freep(&audio_data[0])"]
[INFO] [stderr] 20992 | | #[doc = " Allocated data will be initialized to silence."]
[INFO] [stderr] ... |
[INFO] [stderr] 21004 | | #[doc = " @see av_samples_fill_arrays()"]
[INFO] [stderr] 21005 | | #[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 `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:21503:5
[INFO] [stderr] |
[INFO] [stderr] 21503 | / #[doc = " Get dictionary entries as a string."]
[INFO] [stderr] 21504 | | #[doc = ""]
[INFO] [stderr] 21505 | | #[doc = " Create a string containing dictionary's entries."]
[INFO] [stderr] 21506 | | #[doc = " Such string may be passed back to av_dict_parse_string()."]
[INFO] [stderr] ... |
[INFO] [stderr] 21514 | | #[doc = " @return >= 0 on success, negative on error"]
[INFO] [stderr] 21515 | | #[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]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:21503:5
[INFO] [stderr] |
[INFO] [stderr] 21503 | / #[doc = " Get dictionary entries as a string."]
[INFO] [stderr] 21504 | | #[doc = ""]
[INFO] [stderr] 21505 | | #[doc = " Create a string containing dictionary's entries."]
[INFO] [stderr] 21506 | | #[doc = " Such string may be passed back to av_dict_parse_string()."]
[INFO] [stderr] ... |
[INFO] [stderr] 21514 | | #[doc = " @return >= 0 on success, negative on error"]
[INFO] [stderr] 21515 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:24741:5
[INFO] [stderr] |
[INFO] [stderr] 24741 | / #[doc = " Return codec bits per sample."]
[INFO] [stderr] 24742 | | #[doc = ""]
[INFO] [stderr] 24743 | | #[doc = " @param[in] codec_id the codec"]
[INFO] [stderr] 24744 | | #[doc = " @return Number of bits per sample or zero if unknown for the given codec."]
[INFO] [stderr] | |_________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] codec_id the codec
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:24748:5
[INFO] [stderr] |
[INFO] [stderr] 24748 | / #[doc = " Return codec bits per sample."]
[INFO] [stderr] 24749 | | #[doc = " Only return non-zero if the bits per sample is exactly correct, not an"]
[INFO] [stderr] 24750 | | #[doc = " approximation."]
[INFO] [stderr] 24751 | | #[doc = ""]
[INFO] [stderr] 24752 | | #[doc = " @param[in] codec_id the codec"]
[INFO] [stderr] 24753 | | #[doc = " @return Number of bits per sample or zero if unknown for the given codec."]
[INFO] [stderr] | |_________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] codec_id the codec
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `i`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:32633:5
[INFO] [stderr] |
[INFO] [stderr] 32633 | / #[doc = " Modify width and height values so that they will result in a memory"]
[INFO] [stderr] 32634 | | #[doc = " buffer that is acceptable for the codec if you also ensure that all"]
[INFO] [stderr] 32635 | | #[doc = " line sizes are a multiple of the respective linesize_align[i]."]
[INFO] [stderr] 32636 | | #[doc = ""]
[INFO] [stderr] 32637 | | #[doc = " May only be used if a codec with AV_CODEC_CAP_DR1 has been opened."]
[INFO] [stderr] | |__________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] line sizes are a multiple of the respective linesize_align[i].
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `i` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:32673:5
[INFO] [stderr] |
[INFO] [stderr] 32673 | / #[doc = " Decode a subtitle message."]
[INFO] [stderr] 32674 | | #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 32675 | | #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 32676 | | #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ... |
[INFO] [stderr] 32696 | | #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 32697 | | #[doc = " @param[in] avpkt The input AVPacket containing the input buffer."]
[INFO] [stderr] | |________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] sub The preallocated AVSubtitle in which the decoded subtitle will be stored,
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:32673:5
[INFO] [stderr] |
[INFO] [stderr] 32673 | / #[doc = " Decode a subtitle message."]
[INFO] [stderr] 32674 | | #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 32675 | | #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 32676 | | #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ... |
[INFO] [stderr] 32696 | | #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 32697 | | #[doc = " @param[in] avpkt The input AVPacket containing the input buffer."]
[INFO] [stderr] | |________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero.
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:32673:5
[INFO] [stderr] |
[INFO] [stderr] 32673 | / #[doc = " Decode a subtitle message."]
[INFO] [stderr] 32674 | | #[doc = " Return a negative value on error, otherwise return the number of bytes used."]
[INFO] [stderr] 32675 | | #[doc = " If no subtitle could be decompressed, got_sub_ptr is zero."]
[INFO] [stderr] 32676 | | #[doc = " Otherwise, the subtitle is stored in *sub."]
[INFO] [stderr] ... |
[INFO] [stderr] 32696 | | #[doc = " @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero."]
[INFO] [stderr] 32697 | | #[doc = " @param[in] avpkt The input AVPacket containing the input buffer."]
[INFO] [stderr] | |________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] avpkt The input AVPacket containing the input buffer.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:32706:5
[INFO] [stderr] |
[INFO] [stderr] 32706 | / #[doc = " Supply raw packet data as input to a decoder."]
[INFO] [stderr] 32707 | | #[doc = ""]
[INFO] [stderr] 32708 | | #[doc = " Internally, this call will copy relevant AVCodecContext fields, which can"]
[INFO] [stderr] 32709 | | #[doc = " influence decoding per-packet, and apply them when the packet is actually"]
[INFO] [stderr] ... |
[INFO] [stderr] 32748 | | #[doc = " AVERROR(ENOMEM): failed to add packet to internal queue, or similar"]
[INFO] [stderr] 32749 | | #[doc = " other errors: legitimate decoding errors"]
[INFO] [stderr] | |_____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] avpkt The input AVPacket. Usually, this will be a single video
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:32781:5
[INFO] [stderr] |
[INFO] [stderr] 32781 | / #[doc = " Supply a raw video or audio frame to the encoder. Use avcodec_receive_packet()"]
[INFO] [stderr] 32782 | | #[doc = " to retrieve buffered output packets."]
[INFO] [stderr] 32783 | | #[doc = ""]
[INFO] [stderr] 32784 | | #[doc = " @param avctx codec context"]
[INFO] [stderr] ... |
[INFO] [stderr] 32811 | | #[doc = " AVERROR(ENOMEM): failed to add packet to internal queue, or similar"]
[INFO] [stderr] 32812 | | #[doc = " other errors: legitimate encoding errors"]
[INFO] [stderr] | |_____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] frame AVFrame containing the raw audio or video frame to be encoded.
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:33877:5
[INFO] [stderr] |
[INFO] [stderr] 33877 | / #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr] 33878 | | #[doc = " format. When converting from one pixel format to another, information loss"]
[INFO] [stderr] 33879 | | #[doc = " may occur. For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 33880 | | #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ... |
[INFO] [stderr] 33890 | | #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 33891 | | #[doc = " @return The best pixel format to convert to or -1 if none was found."]
[INFO] [stderr] | |____________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] pix_fmt_list AV_PIX_FMT_NONE terminated array of pixel formats to choose from
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:33877:5
[INFO] [stderr] |
[INFO] [stderr] 33877 | / #[doc = " Find the best pixel format to convert to given a certain source pixel"]
[INFO] [stderr] 33878 | | #[doc = " format. When converting from one pixel format to another, information loss"]
[INFO] [stderr] 33879 | | #[doc = " may occur. For example, when converting from RGB24 to GRAY, the color"]
[INFO] [stderr] 33880 | | #[doc = " information will be lost. Similarly, other losses occur when converting from"]
[INFO] [stderr] ... |
[INFO] [stderr] 33890 | | #[doc = " @param[out] loss_ptr Combination of flags informing you what kind of losses will occur."]
[INFO] [stderr] 33891 | | #[doc = " @return The best pixel format to convert to or -1 if none was found."]
[INFO] [stderr] | |____________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] loss_ptr Combination of flags informing you what kind of losses will occur.
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:33946:5
[INFO] [stderr] |
[INFO] [stderr] 33946 | / #[doc = " Fill AVFrame audio data and linesize pointers."]
[INFO] [stderr] 33947 | | #[doc = ""]
[INFO] [stderr] 33948 | | #[doc = " The buffer buf must be a preallocated buffer with a size big enough"]
[INFO] [stderr] 33949 | | #[doc = " to contain the specified samples amount. The filled AVFrame data"]
[INFO] [stderr] ... |
[INFO] [stderr] 33965 | | #[doc = " @todo return the size in bytes required to store the samples in"]
[INFO] [stderr] 33966 | | #[doc = " case of success, at the next libavutil bump"]
[INFO] [stderr] | |___________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] frame->extended_data, frame->linesize[0].
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `0` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:34581:5
[INFO] [stderr] |
[INFO] [stderr] 34581 | / #[doc = " Retrieve a filtered packet."]
[INFO] [stderr] 34582 | | #[doc = ""]
[INFO] [stderr] 34583 | | #[doc = " @param[out] pkt this struct will be filled with the contents of the filtered"]
[INFO] [stderr] 34584 | | #[doc = " packet. It is owned by the caller and must be freed using"]
[INFO] [stderr] ... |
[INFO] [stderr] 34601 | | #[doc = " output fewer packets than were sent to it, so this function may return"]
[INFO] [stderr] 34602 | | #[doc = " AVERROR(EAGAIN) immediately after a successful av_bsf_send_packet() call."]
[INFO] [stderr] | |_________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] pkt this struct will be filled with the contents of the filtered
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:34669:5
[INFO] [stderr] |
[INFO] [stderr] 34669 | / #[doc = " Finalize list of bitstream filters."]
[INFO] [stderr] 34670 | | #[doc = ""]
[INFO] [stderr] 34671 | | #[doc = " This function will transform @ref AVBSFList to single @ref AVBSFContext,"]
[INFO] [stderr] 34672 | | #[doc = " so the whole chain of bitstream filters can be treated as single filter"]
[INFO] [stderr] ... |
[INFO] [stderr] 34681 | | #[doc = ""]
[INFO] [stderr] 34682 | | #[doc = " @return >=0 on success, negative AVERROR in case of failure"]
[INFO] [stderr] | |___________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:34689:5
[INFO] [stderr] |
[INFO] [stderr] 34689 | / #[doc = " Parse string describing list of bitstream filters and create single"]
[INFO] [stderr] 34690 | | #[doc = " @ref AVBSFContext describing the whole chain of bitstream filters."]
[INFO] [stderr] 34691 | | #[doc = " Resulting @ref AVBSFContext can be treated as any other @ref AVBSFContext freshly"]
[INFO] [stderr] 34692 | | #[doc = " allocated by av_bsf_alloc()."]
[INFO] [stderr] ... |
[INFO] [stderr] 34698 | | #[doc = ""]
[INFO] [stderr] 34699 | | #[doc = " @return >=0 on success, negative AVERROR in case of failure"]
[INFO] [stderr] | |___________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:34706:5
[INFO] [stderr] |
[INFO] [stderr] 34706 | / #[doc = " Get null/pass-through bitstream filter."]
[INFO] [stderr] 34707 | | #[doc = ""]
[INFO] [stderr] 34708 | | #[doc = " @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter"]
[INFO] [stderr] 34709 | | #[doc = ""]
[INFO] [stderr] 34710 | | #[doc = " @return"]
[INFO] [stderr] | |_______________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36078:5
[INFO] [stderr] |
[INFO] [stderr] 36078 | / #[doc = " Look for an option in an object. Consider only options which"]
[INFO] [stderr] 36079 | | #[doc = " have all the specified flags set."]
[INFO] [stderr] 36080 | | #[doc = ""]
[INFO] [stderr] 36081 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"]
[INFO] [stderr] ... |
[INFO] [stderr] 36096 | | #[doc = " AVDictionary (e.g. avformat_open_input()) to set options found with this"]
[INFO] [stderr] 36097 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36107:5
[INFO] [stderr] |
[INFO] [stderr] 36107 | / #[doc = " Look for an option in an object. Consider only options which"]
[INFO] [stderr] 36108 | | #[doc = " have all the specified flags set."]
[INFO] [stderr] 36109 | | #[doc = ""]
[INFO] [stderr] 36110 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"]
[INFO] [stderr] ... |
[INFO] [stderr] 36124 | | #[doc = " @return A pointer to the option found, or NULL if no option"]
[INFO] [stderr] 36125 | | #[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 `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36107:5
[INFO] [stderr] |
[INFO] [stderr] 36107 | / #[doc = " Look for an option in an object. Consider only options which"]
[INFO] [stderr] 36108 | | #[doc = " have all the specified flags set."]
[INFO] [stderr] 36109 | | #[doc = ""]
[INFO] [stderr] 36110 | | #[doc = " @param[in] obj A pointer to a struct whose first element is a"]
[INFO] [stderr] ... |
[INFO] [stderr] 36124 | | #[doc = " @return A pointer to the option found, or NULL if no option"]
[INFO] [stderr] 36125 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36169:5
[INFO] [stderr] |
[INFO] [stderr] 36169 | / #[doc = " @defgroup opt_set_funcs Option setting functions"]
[INFO] [stderr] 36170 | | #[doc = " @{"]
[INFO] [stderr] 36171 | | #[doc = " Those functions set the field of obj with the given name to value."]
[INFO] [stderr] 36172 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 36194 | | #[doc = " AVERROR(ERANGE) if the value is out of range"]
[INFO] [stderr] 36195 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36288:5
[INFO] [stderr] |
[INFO] [stderr] 36288 | / #[doc = " @defgroup opt_get_funcs Option getting functions"]
[INFO] [stderr] 36289 | | #[doc = " @{"]
[INFO] [stderr] 36290 | | #[doc = " Those functions get a value of the option with the given name from an object."]
[INFO] [stderr] 36291 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 36302 | | #[doc = " and is set to NULL, *out_val will be set to NULL instead of an allocated"]
[INFO] [stderr] 36303 | | #[doc = " 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 `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36288:5
[INFO] [stderr] |
[INFO] [stderr] 36288 | / #[doc = " @defgroup opt_get_funcs Option getting functions"]
[INFO] [stderr] 36289 | | #[doc = " @{"]
[INFO] [stderr] 36290 | | #[doc = " Those functions get a value of the option with the given name from an object."]
[INFO] [stderr] 36291 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 36302 | | #[doc = " and is set to NULL, *out_val will be set to NULL instead of an allocated"]
[INFO] [stderr] 36303 | | #[doc = " 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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36377:5
[INFO] [stderr] |
[INFO] [stderr] 36377 | / #[doc = " @param[out] out_val The returned dictionary is a copy of the actual value and must"]
[INFO] [stderr] 36378 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36496:5
[INFO] [stderr] |
[INFO] [stderr] 36496 | / #[doc = " Serialize object's options."]
[INFO] [stderr] 36497 | | #[doc = ""]
[INFO] [stderr] 36498 | | #[doc = " Create a string containing object's serialized options."]
[INFO] [stderr] 36499 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."]
[INFO] [stderr] ... |
[INFO] [stderr] 36510 | | #[doc = " @return >= 0 on success, negative on error"]
[INFO] [stderr] 36511 | | #[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 `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:36496:5
[INFO] [stderr] |
[INFO] [stderr] 36496 | / #[doc = " Serialize object's options."]
[INFO] [stderr] 36497 | | #[doc = ""]
[INFO] [stderr] 36498 | | #[doc = " Create a string containing object's serialized options."]
[INFO] [stderr] 36499 | | #[doc = " Such string may be passed back to av_opt_set_from_string() in order to restore option values."]
[INFO] [stderr] ... |
[INFO] [stderr] 36510 | | #[doc = " @return >= 0 on success, negative on error"]
[INFO] [stderr] 36511 | | #[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 `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:37960:5
[INFO] [stderr] |
[INFO] [stderr] 37960 | / #[doc = " Get next directory entry."]
[INFO] [stderr] 37961 | | #[doc = ""]
[INFO] [stderr] 37962 | | #[doc = " Returned entry must be freed with avio_free_directory_entry(). In particular"]
[INFO] [stderr] 37963 | | #[doc = " it may outlive AVIODirContext."]
[INFO] [stderr] ... |
[INFO] [stderr] 37967 | | #[doc = " @return >=0 on success or negative on error. End of list is not considered an"]
[INFO] [stderr] 37968 | | #[doc = " error."]
[INFO] [stderr] | |__________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] next next entry or NULL when no more 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 `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:43026:5
[INFO] [stderr] |
[INFO] [stderr] 43026 | / #[doc = " Get timing information for the data currently output."]
[INFO] [stderr] 43027 | | #[doc = " The exact meaning of \"currently output\" depends on the format."]
[INFO] [stderr] 43028 | | #[doc = " It is mostly relevant for devices that have an internal buffer and/or"]
[INFO] [stderr] 43029 | | #[doc = " work in real time."]
[INFO] [stderr] ... |
[INFO] [stderr] 43037 | | #[doc = " Note: some formats or devices may not allow to measure dts and wall"]
[INFO] [stderr] 43038 | | #[doc = " atomically."]
[INFO] [stderr] | |___________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] dts DTS of the last packet output for the stream, in stream
[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:44074:5
[INFO] [stderr] |
[INFO] [stderr] 44074 | / #[doc = " Initialize capabilities probing API based on AVOption API."]
[INFO] [stderr] 44075 | | #[doc = ""]
[INFO] [stderr] 44076 | | #[doc = " avdevice_capabilities_free() must be called when query capabilities API is"]
[INFO] [stderr] 44077 | | #[doc = " not used anymore."]
[INFO] [stderr] ... |
[INFO] [stderr] 44087 | | #[doc = ""]
[INFO] [stderr] 44088 | | #[doc = " @return >= 0 on success, negative otherwise."]
[INFO] [stderr] | |____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] caps Device capabilities data. Pointer to a NULL pointer must be passed.
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:44275:5
[INFO] [stderr] |
[INFO] [stderr] 44275 | / #[doc = " List devices."]
[INFO] [stderr] 44276 | | #[doc = ""]
[INFO] [stderr] 44277 | | #[doc = " Returns available device names and their parameters."]
[INFO] [stderr] 44278 | | #[doc = ""]
[INFO] [stderr] ... |
[INFO] [stderr] 44284 | | #[doc = " @param[out] device_list list of autodetected devices."]
[INFO] [stderr] 44285 | | #[doc = " @return count of autodetected devices, negative on error."]
[INFO] [stderr] | |_________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] device_list list of autodetected devices.
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:44298:5
[INFO] [stderr] |
[INFO] [stderr] 44298 | / #[doc = " List devices."]
[INFO] [stderr] 44299 | | #[doc = ""]
[INFO] [stderr] 44300 | | #[doc = " Returns available device names and their parameters."]
[INFO] [stderr] 44301 | | #[doc = " These are convinient wrappers for avdevice_list_devices()."]
[INFO] [stderr] ... |
[INFO] [stderr] 44311 | | #[doc = " @return count of autodetected devices, negative on error."]
[INFO] [stderr] 44312 | | #[doc = " @note device argument takes precedence over device_name when both are set."]
[INFO] [stderr] | |__________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] device_list list of autodetected devices
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:46899:5
[INFO] [stderr] |
[INFO] [stderr] 46899 | / #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr] 46900 | | #[doc = ""]
[INFO] [stderr] 46901 | | #[doc = " @param[in] graph the filter graph where to link the parsed graph context"]
[INFO] [stderr] 46902 | | #[doc = " @param[in] filters string to be parsed"]
[INFO] [stderr] ... |
[INFO] [stderr] 46917 | | #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 46918 | | #[doc = " filters."]
[INFO] [stderr] | |________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] graph the filter graph where to link the parsed graph context
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:46899:5
[INFO] [stderr] |
[INFO] [stderr] 46899 | / #[doc = " Add a graph described by a string to a graph."]
[INFO] [stderr] 46900 | | #[doc = ""]
[INFO] [stderr] 46901 | | #[doc = " @param[in] graph the filter graph where to link the parsed graph context"]
[INFO] [stderr] 46902 | | #[doc = " @param[in] filters string to be parsed"]
[INFO] [stderr] ... |
[INFO] [stderr] 46917 | | #[doc = " the outputs parameter will contain outputs of the newly created"]
[INFO] [stderr] 46918 | | #[doc = " filters."]
[INFO] [stderr] | |________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] inputs a linked list of all free (unlinked) inputs of the
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:48892:5
[INFO] [stderr] |
[INFO] [stderr] 48892 | / #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr] 48893 | | #[doc = ""]
[INFO] [stderr] 48894 | | #[doc = " @param[in] buf buffer structure"]
[INFO] [stderr] 48895 | | #[doc = " @param[in] size required size"]
[INFO] [stderr] 48896 | | #[doc = " @param[out] mem pointer to the memory area"]
[INFO] [stderr] 48897 | | #[doc = " @param[out] actual_size size of the memory area after allocation;"]
[INFO] [stderr] 48898 | | #[doc = " can be larger or smaller than size"]
[INFO] [stderr] | |___________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] buf buffer structure
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:48892:5
[INFO] [stderr] |
[INFO] [stderr] 48892 | / #[doc = " Allocate bytes in the buffer for external use."]
[INFO] [stderr] 48893 | | #[doc = ""]
[INFO] [stderr] 48894 | | #[doc = " @param[in] buf buffer structure"]
[INFO] [stderr] 48895 | | #[doc = " @param[in] size required size"]
[INFO] [stderr] 48896 | | #[doc = " @param[out] mem pointer to the memory area"]
[INFO] [stderr] 48897 | | #[doc = " @param[out] actual_size size of the memory area after allocation;"]
[INFO] [stderr] 48898 | | #[doc = " can be larger or smaller than size"]
[INFO] [stderr] | |___________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] mem pointer to the memory area
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:48911:5
[INFO] [stderr] |
[INFO] [stderr] 48911 | / #[doc = " Finalize a print buffer."]
[INFO] [stderr] 48912 | | #[doc = ""]
[INFO] [stderr] 48913 | | #[doc = " The print buffer can no longer be used afterwards,"]
[INFO] [stderr] 48914 | | #[doc = " but the len and size fields are still valid."]
[INFO] [stderr] ... |
[INFO] [stderr] 48918 | | #[doc = " if NULL, the buffer is discarded and freed"]
[INFO] [stderr] 48919 | | #[doc = " @return 0 for success or error code (probably AVERROR(ENOMEM))"]
[INFO] [stderr] | |_______________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @arg[out] ret_str if not NULL, used to return a permanent copy of the
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49086:5
[INFO] [stderr] |
[INFO] [stderr] 49086 | / #[doc = " Return a channel layout and the number of channels based on the specified name."]
[INFO] [stderr] 49087 | | #[doc = ""]
[INFO] [stderr] 49088 | | #[doc = " This function is similar to (@see av_get_channel_layout), but can also parse"]
[INFO] [stderr] 49089 | | #[doc = " unknown channel layout specifications."]
[INFO] [stderr] ... |
[INFO] [stderr] 49094 | | #[doc = ""]
[INFO] [stderr] 49095 | | #[doc = " @return 0 on success, AVERROR(EINVAL) if the parsing fails."]
[INFO] [stderr] | |___________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] name channel layout specification string
[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49086:5
[INFO] [stderr] |
[INFO] [stderr] 49086 | / #[doc = " Return a channel layout and the number of channels based on the specified name."]
[INFO] [stderr] 49087 | | #[doc = ""]
[INFO] [stderr] 49088 | | #[doc = " This function is similar to (@see av_get_channel_layout), but can also parse"]
[INFO] [stderr] 49089 | | #[doc = " unknown channel layout specifications."]
[INFO] [stderr] ... |
[INFO] [stderr] 49094 | | #[doc = ""]
[INFO] [stderr] 49095 | | #[doc = " @return 0 on success, AVERROR(EINVAL) if the parsing fails."]
[INFO] [stderr] | |___________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] channel_layout parsed channel layout (0 if unknown)
[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49165:5
[INFO] [stderr] |
[INFO] [stderr] 49165 | / #[doc = " Get the value and name of a standard channel layout."]
[INFO] [stderr] 49166 | | #[doc = ""]
[INFO] [stderr] 49167 | | #[doc = " @param[in] index index in an internal list, starting at 0"]
[INFO] [stderr] 49168 | | #[doc = " @param[out] layout channel layout mask"]
[INFO] [stderr] 49169 | | #[doc = " @param[out] name name of the layout"]
[INFO] [stderr] 49170 | | #[doc = " @return 0 if the layout exists,"]
[INFO] [stderr] 49171 | | #[doc = " <0 if index is beyond the limits"]
[INFO] [stderr] | |_________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] index index in an internal list, starting at 0
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49165:5
[INFO] [stderr] |
[INFO] [stderr] 49165 | / #[doc = " Get the value and name of a standard channel layout."]
[INFO] [stderr] 49166 | | #[doc = ""]
[INFO] [stderr] 49167 | | #[doc = " @param[in] index index in an internal list, starting at 0"]
[INFO] [stderr] 49168 | | #[doc = " @param[out] layout channel layout mask"]
[INFO] [stderr] 49169 | | #[doc = " @param[out] name name of the layout"]
[INFO] [stderr] 49170 | | #[doc = " @return 0 if the layout exists,"]
[INFO] [stderr] 49171 | | #[doc = " <0 if index is beyond the limits"]
[INFO] [stderr] | |_________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] layout channel layout mask
[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49679:5
[INFO] [stderr] |
[INFO] [stderr] 49679 | / #[doc = " Get the names of available hash algorithms."]
[INFO] [stderr] 49680 | | #[doc = ""]
[INFO] [stderr] 49681 | | #[doc = " This function can be used to enumerate the algorithms."]
[INFO] [stderr] 49682 | | #[doc = ""]
[INFO] [stderr] 49683 | | #[doc = " @param[in] i Index of the hash algorithm, starting from 0"]
[INFO] [stderr] 49684 | | #[doc = " @return Pointer to a static string or `NULL` if `i` is out of range"]
[INFO] [stderr] | |_________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] i Index of the hash algorithm, starting from 0
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49692:5
[INFO] [stderr] |
[INFO] [stderr] 49692 | / #[doc = " Get the size of the resulting hash value in bytes."]
[INFO] [stderr] 49693 | | #[doc = ""]
[INFO] [stderr] 49694 | | #[doc = " The maximum value this function will currently return is available as macro"]
[INFO] [stderr] 49695 | | #[doc = " #AV_HASH_MAX_SIZE."]
[INFO] [stderr] 49696 | | #[doc = ""]
[INFO] [stderr] 49697 | | #[doc = " @param[in] ctx Hash context"]
[INFO] [stderr] 49698 | | #[doc = " @return Size of the hash value in bytes"]
[INFO] [stderr] | |__________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] ctx Hash context
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49702:5
[INFO] [stderr] |
[INFO] [stderr] 49702 | / #[doc = " Initialize or reset a hash context."]
[INFO] [stderr] 49703 | | #[doc = ""]
[INFO] [stderr] 49704 | | #[doc = " @param[in,out] ctx Hash context"]
[INFO] [stderr] | |_______________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49708:5
[INFO] [stderr] |
[INFO] [stderr] 49708 | / #[doc = " Update a hash context with additional data."]
[INFO] [stderr] 49709 | | #[doc = ""]
[INFO] [stderr] 49710 | | #[doc = " @param[in,out] ctx Hash context"]
[INFO] [stderr] 49711 | | #[doc = " @param[in] src Data to be added to the hash context"]
[INFO] [stderr] 49712 | | #[doc = " @param[in] len Size of the additional data"]
[INFO] [stderr] | |______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49708:5
[INFO] [stderr] |
[INFO] [stderr] 49708 | / #[doc = " Update a hash context with additional data."]
[INFO] [stderr] 49709 | | #[doc = ""]
[INFO] [stderr] 49710 | | #[doc = " @param[in,out] ctx Hash context"]
[INFO] [stderr] 49711 | | #[doc = " @param[in] src Data to be added to the hash context"]
[INFO] [stderr] 49712 | | #[doc = " @param[in] len Size of the additional data"]
[INFO] [stderr] | |______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] src Data to be added to the hash context
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49716:5
[INFO] [stderr] |
[INFO] [stderr] 49716 | / #[doc = " Finalize a hash context and compute the actual hash value."]
[INFO] [stderr] 49717 | | #[doc = ""]
[INFO] [stderr] 49718 | | #[doc = " The minimum size of `dst` buffer is given by av_hash_get_size() or"]
[INFO] [stderr] 49719 | | #[doc = " #AV_HASH_MAX_SIZE. The use of the latter macro is discouraged."]
[INFO] [stderr] ... |
[INFO] [stderr] 49726 | | #[doc = ""]
[INFO] [stderr] 49727 | | #[doc = " @see av_hash_final_bin() provides an alternative API"]
[INFO] [stderr] | |____________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49716:5
[INFO] [stderr] |
[INFO] [stderr] 49716 | / #[doc = " Finalize a hash context and compute the actual hash value."]
[INFO] [stderr] 49717 | | #[doc = ""]
[INFO] [stderr] 49718 | | #[doc = " The minimum size of `dst` buffer is given by av_hash_get_size() or"]
[INFO] [stderr] 49719 | | #[doc = " #AV_HASH_MAX_SIZE. The use of the latter macro is discouraged."]
[INFO] [stderr] ... |
[INFO] [stderr] 49726 | | #[doc = ""]
[INFO] [stderr] 49727 | | #[doc = " @see av_hash_final_bin() provides an alternative API"]
[INFO] [stderr] | |____________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] dst Where the final hash value will be stored
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49731:5
[INFO] [stderr] |
[INFO] [stderr] 49731 | / #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr] 49732 | | #[doc = ""]
[INFO] [stderr] 49733 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 49734 | | #[doc = " been finalized."]
[INFO] [stderr] ... |
[INFO] [stderr] 49740 | | #[doc = " @param[out] dst Where the final hash value will be stored"]
[INFO] [stderr] 49741 | | #[doc = " @param[in] size Number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49731:5
[INFO] [stderr] |
[INFO] [stderr] 49731 | / #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr] 49732 | | #[doc = ""]
[INFO] [stderr] 49733 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 49734 | | #[doc = " been finalized."]
[INFO] [stderr] ... |
[INFO] [stderr] 49740 | | #[doc = " @param[out] dst Where the final hash value will be stored"]
[INFO] [stderr] 49741 | | #[doc = " @param[in] size Number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] dst Where the final hash value will be stored
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49731:5
[INFO] [stderr] |
[INFO] [stderr] 49731 | / #[doc = " Finalize a hash context and store the actual hash value in a buffer."]
[INFO] [stderr] 49732 | | #[doc = ""]
[INFO] [stderr] 49733 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] 49734 | | #[doc = " been finalized."]
[INFO] [stderr] ... |
[INFO] [stderr] 49740 | | #[doc = " @param[out] dst Where the final hash value will be stored"]
[INFO] [stderr] 49741 | | #[doc = " @param[in] size Number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] size Number of bytes to write to `dst`
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49745:5
[INFO] [stderr] |
[INFO] [stderr] 49745 | / #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr] 49746 | | #[doc = " actual hash value as a string."]
[INFO] [stderr] 49747 | | #[doc = ""]
[INFO] [stderr] 49748 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ... |
[INFO] [stderr] 49757 | | #[doc = " @param[out] dst Where the string will be stored"]
[INFO] [stderr] 49758 | | #[doc = " @param[in] size Maximum number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49745:5
[INFO] [stderr] |
[INFO] [stderr] 49745 | / #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr] 49746 | | #[doc = " actual hash value as a string."]
[INFO] [stderr] 49747 | | #[doc = ""]
[INFO] [stderr] 49748 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ... |
[INFO] [stderr] 49757 | | #[doc = " @param[out] dst Where the string will be stored"]
[INFO] [stderr] 49758 | | #[doc = " @param[in] size Maximum number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] dst Where the string will be stored
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49745:5
[INFO] [stderr] |
[INFO] [stderr] 49745 | / #[doc = " Finalize a hash context and store the hexadecimal representation of the"]
[INFO] [stderr] 49746 | | #[doc = " actual hash value as a string."]
[INFO] [stderr] 49747 | | #[doc = ""]
[INFO] [stderr] 49748 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ... |
[INFO] [stderr] 49757 | | #[doc = " @param[out] dst Where the string will be stored"]
[INFO] [stderr] 49758 | | #[doc = " @param[in] size Maximum number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] size Maximum number of bytes to write to `dst`
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49762:5
[INFO] [stderr] |
[INFO] [stderr] 49762 | / #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr] 49763 | | #[doc = " actual hash value as a string."]
[INFO] [stderr] 49764 | | #[doc = ""]
[INFO] [stderr] 49765 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ... |
[INFO] [stderr] 49774 | | #[doc = " @param[out] dst Where the final hash value will be stored"]
[INFO] [stderr] 49775 | | #[doc = " @param[in] size Maximum number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49762:5
[INFO] [stderr] |
[INFO] [stderr] 49762 | / #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr] 49763 | | #[doc = " actual hash value as a string."]
[INFO] [stderr] 49764 | | #[doc = ""]
[INFO] [stderr] 49765 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ... |
[INFO] [stderr] 49774 | | #[doc = " @param[out] dst Where the final hash value will be stored"]
[INFO] [stderr] 49775 | | #[doc = " @param[in] size Maximum number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[out] dst Where the final hash value will be stored
[INFO] [stderr] ^^^
[INFO] [stderr] = note: no item named `out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49762:5
[INFO] [stderr] |
[INFO] [stderr] 49762 | / #[doc = " Finalize a hash context and store the Base64 representation of the"]
[INFO] [stderr] 49763 | | #[doc = " actual hash value as a string."]
[INFO] [stderr] 49764 | | #[doc = ""]
[INFO] [stderr] 49765 | | #[doc = " It is not safe to update or finalize a hash context again, if it has already"]
[INFO] [stderr] ... |
[INFO] [stderr] 49774 | | #[doc = " @param[out] dst Where the final hash value will be stored"]
[INFO] [stderr] 49775 | | #[doc = " @param[in] size Maximum number of bytes to write to `dst`"]
[INFO] [stderr] | |_____________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in] size Maximum number of bytes to write to `dst`
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `in` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:49779:5
[INFO] [stderr] |
[INFO] [stderr] 49779 | / #[doc = " Free hash context and set hash context pointer to `NULL`."]
[INFO] [stderr] 49780 | | #[doc = ""]
[INFO] [stderr] 49781 | | #[doc = " @param[in,out] ctx Pointer to hash context"]
[INFO] [stderr] | |___________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] @param[in,out] ctx Pointer to hash context
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `in,out` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50176:5
[INFO] [stderr] |
[INFO] [stderr] 50176 | / #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr] 50177 | | #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 50178 | | #[doc = ""]
[INFO] [stderr] 50179 | | #[doc = " @param[in] pix_fmt the pixel format"]
[INFO] [stderr] ... |
[INFO] [stderr] 50182 | | #[doc = ""]
[INFO] [stderr] 50183 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50176:5
[INFO] [stderr] |
[INFO] [stderr] 50176 | / #[doc = " Utility function to access log2_chroma_w log2_chroma_h from"]
[INFO] [stderr] 50177 | | #[doc = " the pixel format AVPixFmtDescriptor."]
[INFO] [stderr] 50178 | | #[doc = ""]
[INFO] [stderr] 50179 | | #[doc = " @param[in] pix_fmt the pixel format"]
[INFO] [stderr] ... |
[INFO] [stderr] 50182 | | #[doc = ""]
[INFO] [stderr] 50183 | | #[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 `1`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50278:5
[INFO] [stderr] |
[INFO] [stderr] 50278 | / #[doc = " Read a line from an image, and write the values of the"]
[INFO] [stderr] 50279 | | #[doc = " pixel format component c to dst."]
[INFO] [stderr] 50280 | | #[doc = ""]
[INFO] [stderr] 50281 | | #[doc = " @param data the array containing the pointers to the planes of the image"]
[INFO] [stderr] ... |
[INFO] [stderr] 50291 | | #[doc = " data[0]. The behavior is undefined if the format is not paletted."]
[INFO] [stderr] 50292 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50278:5
[INFO] [stderr] |
[INFO] [stderr] 50278 | / #[doc = " Read a line from an image, and write the values of the"]
[INFO] [stderr] 50279 | | #[doc = " pixel format component c to dst."]
[INFO] [stderr] 50280 | | #[doc = ""]
[INFO] [stderr] 50281 | | #[doc = " @param data the array containing the pointers to the planes of the image"]
[INFO] [stderr] ... |
[INFO] [stderr] 50291 | | #[doc = " data[0]. The behavior is undefined if the format is not paletted."]
[INFO] [stderr] 50292 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50358:5
[INFO] [stderr] |
[INFO] [stderr] 50358 | / #[doc = " Utility function to swap the endianness of a pixel format."]
[INFO] [stderr] 50359 | | #[doc = ""]
[INFO] [stderr] 50360 | | #[doc = " @param[in] pix_fmt the pixel format"]
[INFO] [stderr] 50361 | | #[doc = ""]
[INFO] [stderr] 50362 | | #[doc = " @return pixel format with swapped endianness if it exists,"]
[INFO] [stderr] 50363 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50367:5
[INFO] [stderr] |
[INFO] [stderr] 50367 | / #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 50368 | | #[doc = " pixel format to another."]
[INFO] [stderr] 50369 | | #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 50370 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ... |
[INFO] [stderr] 50381 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 50382 | | #[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/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50390:5
[INFO] [stderr] |
[INFO] [stderr] 50390 | / #[doc = " Compute what kind of losses will occur when converting from one specific"]
[INFO] [stderr] 50391 | | #[doc = " pixel format to another."]
[INFO] [stderr] 50392 | | #[doc = " When converting from one pixel format to another, information loss may occur."]
[INFO] [stderr] 50393 | | #[doc = " For example, when converting from RGB24 to GRAY, the color information will"]
[INFO] [stderr] ... |
[INFO] [stderr] 50404 | | #[doc = " @return Combination of flags informing you what kind of losses will occur"]
[INFO] [stderr] 50405 | | #[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 `plane`
[INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/rusty_ffmpeg-acf5fbfa67b4ceac/out/binding.rs:50415:5
[INFO] [stderr] |
[INFO] [stderr] 50415 | / #[doc = " Compute the max pixel step for each plane of an image with a"]
[INFO] [stderr] 50416 | | #[doc = " format described by pixdesc."]
[INFO] [stderr] 50417 | | #[doc = ""]
[INFO] [stderr] 50418 | | #[doc = " The pixel step is the distance in bytes between the first byte of"]
[INFO] [stderr] ... |
[INFO] [stderr] 50427 | | #[doc = " @param max_pixstep_comps an array which is filled with the component"]
[INFO] [stderr] 50428 | | #[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`
[WARN] too much data in the log, truncating it