On Fri, Feb 13, 2015 at 01:51:30PM +0800, Zhaoxiu Zeng wrote: > From 52be21b15e078fb52a841aefcf78409a408fe8b4 Mon Sep 17 00:00:00 2001 > From: Zeng Zhaoxiu <zhaoxiu.z...@gmail.com> > Date: Fri, 13 Feb 2015 13:37:46 +0800 > Subject: [PATCH 2/2] avcodec/h264: simplify h264_split() > > Signed-off-by: Zeng Zhaoxiu <zhaoxiu.z...@gmail.com> > --- > libavcodec/h264_parser.c | 35 +++++++++++++++++++---------------- > 1 file changed, 19 insertions(+), 16 deletions(-)
patch applied please make sure future patches you submit dont contain line wraps like this: [...] > + * nalu_type == 0x05) { > * } > */ > - if ((state & 0xFFFFFF00) == 0x100 && ((state & 0xFFFFFF1F) != > 0x106 || has_pps) && [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (turings halting problem). On any real computer, always possible as a real computer has a finite number of states N, and will either halt in less than N cycles or never halt.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel