Commit f0eb53e
authored
Fix minor coverity finding (AOMediaCodec#3150)
CID 559069: Performance inefficiencies (COPY_INSTEAD_OF_MOVE)
"manual_tiling_str" is passed-by-value as parameter to "operator <<", when it could be moved instead.1 parent 2b27700 commit f0eb53e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments