Commit 5fcab2d
Fixed build with -std=c++20
upcoming gcc-16 will change the default to c++20
fixes:
../decode/mpeg2vldemo.cpp:82:5: error: either all initializer clauses should be designated or none of them should be
82 | {
| ^
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>1 parent b4abf4e commit 5fcab2d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments