forked from mirrors/gstreamer-rs
video: fix big endian video format order
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1326>
This commit is contained in:
parent
a04ed127af
commit
a41dc25eba
1 changed files with 1 additions and 1 deletions
|
@ -165,10 +165,10 @@ pub static VIDEO_FORMATS_ALL: Lazy<Box<[crate::VideoFormat]>> = Lazy::new(|| {
|
|||
crate::VideoFormat::I42010be,
|
||||
crate::VideoFormat::I42010le,
|
||||
crate::VideoFormat::P01010be,
|
||||
crate::VideoFormat::P01010le,
|
||||
#[cfg(feature = "v1_16")]
|
||||
crate::VideoFormat::Nv1210le40,
|
||||
crate::VideoFormat::Nv1210le32,
|
||||
crate::VideoFormat::P01010le,
|
||||
crate::VideoFormat::Y444,
|
||||
crate::VideoFormat::Gbr,
|
||||
crate::VideoFormat::Nv24,
|
||||
|
|
Loading…
Reference in a new issue