Changeset 27522fb6 in ffmpeg

Timestamp:
Nov 16, 2019, 7:57:45 PM (5 years ago)
Author:
Michael Niedermayer <michael@niedermayer.cc>
Branches:
master
Children:
ec3d8a0e
Parents:
57db9f48
git-author:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (11/16/19 05:24:29)
git-committer:
Michael Niedermayer <michael@niedermayer.cc> (11/16/19 19:57:45)
Message:

avcodec/put_bits: Relax requirements to rebase PutBitContext

The earlier requirement was for the new buffer to be bigger than the old
one. This has been relaxed to only demand that the new buffer can hold
all the data written so far. This is in preparation for further commits.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

(No files)

Note: See TracChangeset for help on using the changeset viewer.