[FFmpeg-devel] [PATCH 2/2] avcodec/h264: simplify h264_split()

zhaoxiu.zeng zhaoxiu.zeng at gmail.com
Mon Feb 16 17:48:59 CET 2015


在 2015/2/15 8:38, Michael Niedermayer 写道:
> 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) &&
> 
> [...]
> 
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 

OK. That happened when i copied text to web mail.



More information about the ffmpeg-devel mailing list