Hi, On Wed, Apr 27, 2016 at 7:37 AM, Alexandra Hájková < [email protected]> wrote:
> --- > libavcodec/bitstream.h | 475 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 475 insertions(+) > create mode 100644 libavcodec/bitstream.h > > diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h > new file mode 100644 > index 0000000..8793556 > --- /dev/null > +++ b/libavcodec/bitstream.h > So, have you considered to just change the implementation in get_bits.h instead of this new API? I mean, the API looks largely identical - other than the prefix. It might even be 100% identical, but I can't be bothered to check. Large parts of the implementation look like they're copied also. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
