Re: [FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser

2020-08-19 Thread hwren
At 2020-08-19 01:00:57, "Andreas Rheinhardt" wrote: >hwr...@126.com: >> From: hwren >> >> Signed-off-by: hbj >> Signed-off-by: hwren >> --- >> diff --git a/libavcodec/avs3_parser.h b/libavcodec/avs3_parser.h >> new file mode 100644 >> index 00..afc6d235b9 >> ---

Re: [FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser

2020-08-18 Thread Andreas Rheinhardt
hwr...@126.com: > From: hwren > > Signed-off-by: hbj > Signed-off-by: hwren > --- > diff --git a/libavcodec/avs3_parser.h b/libavcodec/avs3_parser.h > new file mode 100644 > index 00..afc6d235b9 > --- /dev/null > +++ b/libavcodec/avs3_parser.h > @@ -0,0 +1,64 @@ > +/* > + *

[FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser

2020-08-18 Thread hwrenx
From: hwren Signed-off-by: hbj Signed-off-by: hwren --- libavcodec/Makefile | 1 + libavcodec/avs3_parser.c | 179 +++ libavcodec/avs3_parser.h | 64 ++ libavcodec/parsers.c | 1 + 4 files changed, 245 insertions(+) create mode