[FFmpeg-devel] [PATCH] avcodec: add ARBC decoder
    Jean-Baptiste Kempf 
    jb at videolan.org
       
    Tue Jan 22 16:21:28 EET 2019
    
    
  
On Tue, 22 Jan 2019, at 10:55, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
Overall, this is more readable that the ones in the past. Really cool.
> +        for (int j = start_y; j < end_y; j++) {
> +            for (int k = start_x; k < end_x; k++) {
> +                if (mask & 0x8000) {
Do we know where this value comes from?
-- 
Jean-Baptiste Kempf -  President
+33 672 704 734
    
    
More information about the ffmpeg-devel
mailing list