Skip to content

fix ffmpeg docs #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/ffmpeg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/ScuffleCloud/scuffle/compare/scuffle-ffmpeg-v0.3.1...scuffle-ffmpeg-v0.3.2) - 2025-05-15

[View diff on diff.rs](https://diff.rs/scuffle-ffmpeg/0.3.1/scuffle-ffmpeg/0.3.2/Cargo.toml)

### 🛠️ Non-breaking changes

- chore: fix docs.rs building ([#464](https://github.com/scufflecloud/scuffle/pull/464)) (@troykomodo)

## [0.3.1](https://github.com/ScuffleCloud/scuffle/compare/scuffle-ffmpeg-v0.3.0...scuffle-ffmpeg-v0.3.1) - 2025-05-14

[View diff on diff.rs](https://diff.rs/scuffle-ffmpeg/0.3.0/scuffle-ffmpeg/0.3.1/Cargo.toml)
Expand Down
2 changes: 1 addition & 1 deletion crates/ffmpeg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scuffle-ffmpeg"
version = "0.3.1"
version = "0.3.2"
edition = "2024"
repository = "https://github.com/scufflecloud/scuffle"
authors = ["Scuffle <opensource@scuffle.cloud>"]
Expand Down
2 changes: 2 additions & 0 deletions crates/ffmpeg/src/enums/av_codec_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,7 @@ nutype_enum! {

/// LC3 codec.
/// Low Complexity Communication Codec, used in Bluetooth LE Audio.
#[cfg(not(docsrs))]
Lc3 = AV_CODEC_ID_LC3 as _,

/// DVD Subtitle codec.
Expand Down Expand Up @@ -2009,6 +2010,7 @@ nutype_enum! {

/// LCEVC codec.
/// Low Complexity Enhancement Video Coding, a scalable video enhancement format.
#[cfg(not(docsrs))]
Lcevc = AV_CODEC_ID_LCEVC as _,

/// Probe codec.
Expand Down