]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Correct assignment of interlaced_frame; was being set on output frames,
authorheydowns <heydowns@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 5 Nov 2007 18:16:42 +0000 (18:16 +0000)
committerheydowns <heydowns@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 5 Nov 2007 18:16:42 +0000 (18:16 +0000)
commit8d86196d2c564ddd62337764b646498e17720c49
tree251e2cc5e0ed986749eebb5ef5a54e023d0aad71
parent38c3c15390ef96fed7420abbeab8e0f9d4d474aa
Correct assignment of interlaced_frame; was being set on output frames,
in display order, based on decoding information in decoding order. Now
set properly, immediately upon completion of decode.

Based on original patch from Reinhard Nissl,  rnisssl % gmx , de
Original Thread: [FFmpeg-devel] H.264 + PAFF: BBC HD recording shows
extreme interlacing artefacts, Thu, 01 Nov 2007 22:43:09

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10931 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/h264.c