[FFmpeg-devel] [PATCH] jpeg2000dec: support SOD not immediately following SOT.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun May 5 10:03:33 CEST 2013


On Fri, May 03, 2013 at 12:27:07AM -0400, compn wrote:
> 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?

It is, it is set to be equal to the local tp variable.


More information about the ffmpeg-devel mailing list