[FFmpeg-devel] [PATCH 1/3] avcodec/ac3dec: Optimize frame start search

Michael Niedermayer michael at niedermayer.cc
Thu Jan 10 02:37:07 EET 2019


On Wed, Jan 09, 2019 at 09:40:05PM +0100, Carl Eugen Hoyos wrote:
> 2019-01-09 1:01 GMT+01:00, Michael Niedermayer <michael at niedermayer.cc>:
> 
> > +    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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190110/07b02c76/attachment.sig>


More information about the ffmpeg-devel mailing list