[FFmpeg-devel] [PATCH 2/2] avcodec/h264: simplify h264_split()
Michael Niedermayer
michaelni at gmx.at
Sun Feb 15 01:38:54 CET 2015
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.zeng at 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.zeng at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150215/a3c4e4b1/attachment.asc>
More information about the ffmpeg-devel
mailing list