On Tue, Apr 5, 2016 at 10:07 AM, Diego Biurrun <di...@biurrun.de> wrote:

> On Mon, Apr 04, 2016 at 08:35:46PM +0200, Anton Khirnov wrote:
> > This will allow decoupling the parser from the decoder.
> > ---
> >  libavcodec/h264.c        | 47
> -----------------------------------------------
> >  libavcodec/h264.h        |  1 -
> >  libavcodec/h264_parse.c  | 46
> ++++++++++++++++++++++++++++++++++++++++++++++
> >  libavcodec/h264_parse.h  |  5 +++++
> >  libavcodec/h264_parser.c | 10 ++++++----
> >  libavcodec/h264_slice.c  |  4 +++-
> >  6 files changed, 60 insertions(+), 53 deletions(-)
>
> I still don't understand why we had to introduce h264_parse.[ch] next to
> h264_parser.[ch] unless the goal was to maximize confusion.


I have to agree with this.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to