comparison flashsvenc.c @ 9910:d07aee233d03 libavcodec

H.264: Don't set data_partitioning for invalid NAL_DPA. Before, the decoder could interpret a corrupt frame as a NAL_DPA and NAL_DPC, and then start decoding even if decode_slice_header() returned an error. This frequently caused crashes. Fixes issue1228, issue1229, and partially issue1238.
author astrange
date Fri, 03 Jul 2009 05:52:00 +0000
parents 4cb7c65fc775
children 38cfe222e1a4
comparison
equal deleted inserted replaced
9909:30dad2d5e7fe 9910:d07aee233d03