Re: [FFmpeg-devel] [PATCH 3/4] lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

2018-05-13 Thread myp...@gmail.com
2018-05-11 18:19 GMT+08:00 Mark Thompson : > On 11/05/18 06:11, Jun Zhao wrote: >> Signed-off-by: Jun Zhao >> --- >> libavcodec/h2645_parse.c | 26 -- >> 1 file changed, 24 insertions(+), 2 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH 3/4] lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

2018-05-11 Thread Mark Thompson
On 11/05/18 06:11, Jun Zhao wrote: > Signed-off-by: Jun Zhao > --- > libavcodec/h2645_parse.c | 26 -- > 1 file changed, 24 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c > index 579b2c9..8d67579

Re: [FFmpeg-devel] [PATCH 3/4] lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

2018-05-11 Thread Steven Liu
> On May 11, 2018, at 13:11, Jun Zhao wrote: > > Signed-off-by: Jun Zhao > --- > libavcodec/h2645_parse.c | 26 -- > 1 file changed, 24 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/h2645_parse.c

[FFmpeg-devel] [PATCH 3/4] lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

2018-05-10 Thread Jun Zhao
Signed-off-by: Jun Zhao --- libavcodec/h2645_parse.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c index 579b2c9..8d67579 100644 --- a/libavcodec/h2645_parse.c +++