On Tue, Apr 12, 2016 at 04:32:04PM -0400, Ivan wrote: > Sometimes video fails to decode if H.264 configuration changes mid stream. > The reason is that configuration parser assumes that nal_ref_idc is equal to > 11b while actually some codecs but 01b there. The H.264 spec is somewhat > vague about this but it looks like it allows any non-zero nal_ref_idc for > sps/pps. > > Signed-off-by: Ivan <grigoriev.iva...@gmail.com> > --- > libavcodec/h264.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fully understood is good. Rewriting code that one doesnt understand is a sign that one is less smart then the original author, trying to rewrite it will not make it better.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel