mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 10:08:03 +00:00
Add a comment to the format method to clarify this refers to the video format (#727)
This commit is contained in:
parent
9da59ad245
commit
4f919bb7fd
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ impl Encoder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Get the name of the video format associated with the encoder
|
||||||
pub const fn format(self) -> &'static str {
|
pub const fn format(self) -> &'static str {
|
||||||
match self {
|
match self {
|
||||||
Self::aom | Self::rav1e | Self::svt_av1 => "av1",
|
Self::aom | Self::rav1e | Self::svt_av1 => "av1",
|
||||||
|
|
Loading…
Reference in a new issue