On Sun, Apr 12, 2015 at 11:52 PM, Claudio Freire <[email protected]> wrote: > On Sun, Apr 12, 2015 at 11:49 PM, Claudio Freire <[email protected]> > wrote: >> On Sun, Apr 12, 2015 at 1:50 AM, Rostislav Pehlivanov >> <[email protected]> wrote: >>> + int diff, off_sf = sce->sf_idx[0], off_pns = sce->sf_idx[0]; >> >> >> If you take a look at the decoder, off_pns has to be initialized as off_pns >> - 90 > > > Sorry, hit send prematurely by mistake. > > Adding -90 there will probably invalidate parts of the following > patches that deal with that offset (like that -70 at the second > patch), but it's worth fixing.
Again with the typos. I'm clumsy tonight. off_pns has to be initialized to off_sf - 90 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
