[FFmpeg-devel] [PATCH] h264: don't clobber mmco opcode tables for non-first slice headers.
Ronald S. Bultje
rsbultje at gmail.com
Mon Jan 14 06:13:06 CET 2013
Hi,
On Sun, Jan 13, 2013 at 8:57 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> Hi,
>
> On Sun, Jan 13, 2013 at 7:36 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
>>> On Sun, Jan 13, 2013 at 04:40:24PM -0800, Ronald S. Bultje wrote:
>>> - if (h->nal_ref_idc && ff_h264_decode_ref_pic_marking(h0, &s->gb) < 0 &&
>>> + if (h->nal_ref_idc &&
>>> + ff_h264_decode_ref_pic_marking(h0, &s->gb,
>>> + first_mb_in_slice == 0) < 0 &&
>>
>> This depends on the first slice not being lost, if it is lost this
>> will fail. It also will fail with ASO
>
> I'm not too worried about ER at the moment, that can be fixed later. What's ASO?
http://en.wikipedia.org/wiki/Arbitrary_slice_ordering I guess? I'll
see if I can change that to run for the first slice in decoding order
rather than the topmost spatial slice.
Ronald
More information about the ffmpeg-devel
mailing list