Skip to content

Commit

Permalink
Update 1012-lib-vsprintf-Add-support-for-generic-FOURCCs-by-exte.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Feb 21, 2025
1 parent a643943 commit 167b0bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ index 59dbe4f9a..4bde40822 100644
+ static const struct fourcc_struct try_ch = {
+ 0x41424344, "ABCD (0x41424344)",
+ };
+ struct const struct fourcc_struct try_cr = {
+ static const struct fourcc_struct try_cr = {
+ 0x41424344, "DCBA (0x44434241)",
+ };
+ static const struct fourcc_struct try_cl = {
+ le32_to_cpu(0x41424344), "ABCD (0x41424344)",
+ };
+ struct const struct fourcc_struct try_cb = {
+ static const struct fourcc_struct try_cb = {
+ be32_to_cpu(0x41424344), "ABCD (0x41424344)",
+ };

Expand Down

0 comments on commit 167b0bc

Please sign in to comment.