commit | f3ef2ebd1f92cfad64cd341192dfc68223890bf2 | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Wed Jan 25 20:54:35 2017 +0200 |
committer | Sebastian Dröge <sebastian@centricular.com> | Wed Jan 25 20:54:35 2017 +0200 |
tree | 7a839190d7d24706fc8d46fff48fcd775a1e4ffd | |
parent | d6b75e5233703656eceb82d2d9bc193e0a95d979 [diff] |
mpeg2enc: Fix compiler warning with clang gstmpeg2enc.cc:224:5: warning: variable 'n' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis] n++; ^ gstmpeg2enc.cc:221:29: note: incremented here for (n = 0; fpss[n] != 0; n++) { ^