Skip to content

Commit 7c9444a

Browse files
committed
[style] unify code style
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
1 parent 1edde43 commit 7c9444a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

decode/mpeg2vldemo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ static VAIQMatrixBufferMPEG2 iq_matrix = {
111111
34, 34, 37, 38, 37, 35, 35, 34,
112112
35, 38, 38, 40, 40, 40, 48, 48,
113113
46, 46, 56, 56, 58, 69, 69, 83
114-
},
114+
},
115115
.non_intra_quantiser_matrix = {16},
116116
.chroma_intra_quantiser_matrix = {0},
117-
.chroma_non_intra_quantiser_matrix ={0}
117+
.chroma_non_intra_quantiser_matrix = {0}
118118
};
119119

120120
#if 1

0 commit comments

Comments
 (0)