You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
checkasm: remove empty array initializer list in h264pred test
Fixes MSVC compilation.
This commit is contained in:
@@ -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] = {
|
||||
|
Reference in New Issue
Block a user