This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
checkasm: remove empty array initializer list in h264pred test
Fixes MSVC compilation.
tags/n2.8
Janne Grunau
10 years ago
parent
3ae0e721c7
commit
e605bf3b59
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tests/checkasm/h264pred.c
+ 1
- 2
tests/checkasm/h264pred.c
View File
@@ -87,8 +87,7 @@ static const char * const pred8x8_modes[4][11] = {
[LEFT_DC_PRED8x8] = "left_dc_rv40",
[TOP_DC_PRED8x8 ] = "top_dc_rv40",
},
{ /* SVQ3 */
},
/* nothing for SVQ3 */
};
static const char * const pred16x16_modes[4][9] = {
Write
Preview
Loading…
Cancel
Save