Re: [FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser

2020-08-17 Thread hwren
Fix the mail format of reply message from and reset it to the correct thread. same content. At 2020-08-12 05:43:24, "Mark Thompson" wrote: > >Typo "paeser" in the title. > >On 05/08/2020 17:18, hwr...@126.com wrote: >> From: hwren >> >> Signed-off-by: hbj >> Signed-off-by:

Re: [FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser

2020-08-11 Thread Mark Thompson
Typo "paeser" in the title. On 05/08/2020 17:18, hwr...@126.com wrote: From: hwren Signed-off-by: hbj Signed-off-by: hwren --- libavcodec/Makefile | 1 + libavcodec/avs3_parser.c | 184 +++ libavcodec/parsers.c | 1 + 3 files changed,

[FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser

2020-08-05 Thread hwrenx
From: hwren Signed-off-by: hbj Signed-off-by: hwren --- libavcodec/Makefile | 1 + libavcodec/avs3_parser.c | 184 +++ libavcodec/parsers.c | 1 + 3 files changed, 186 insertions(+) create mode 100644 libavcodec/avs3_parser.c diff --git