On Wed, Jan 09, 2019 at 09:40:05PM +0100, Carl Eugen Hoyos wrote: > 2019-01-09 1:01 GMT+01:00, Michael Niedermayer <[email protected]>: > > > + for (i= 1; i<buf_size; i+=2) { > > This looks too inconsistent.
locally done:
- for (i= 1; i<buf_size; i+=2) {
+ for (i = 1; i < buf_size; i += 2) {
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
