[FFmpeg-devel] [PATCH] jpeg2000dec: support SOD not immediately following SOT.
    compn 
    tempn at twmi.rr.com
       
    Fri May  3 06:27:07 CEST 2013
    
    
  
On Fri,  3 May 2013 00:13:10 +0200, Reimar Döffinger wrote:
>
>Slightly improved behaviour for
>http://www.openjpeg.org/samples/Speedway.mj2
> 
>+    s->tp =
>     tp             = s->tile[s->curtileno].tile_part + TPsot;
>     tp->tile_index = Isot;
>     tp->tp_len     = Psot;
>     tp->tp_idx     = TPsot;
shouldnt s->tp = 
be set to something, similar to this later in your patch?
>+    s->tp = NULL;
well i am just guessing.
-compn
    
    
More information about the ffmpeg-devel
mailing list