Changeset 998f92d6 in ffmpeg

Timestamp:
Aug 28, 2012, 3:37:53 PM (12 years ago)
Author:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
Branches:
master
Children:
5a582bd3
Parents:
6af2480a
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (08/27/12 20:11:08)
git-committer:
Derek Buitenhuis <derek.buitenhuis@gmail.com> (08/28/12 15:37:53)
Message:

cllc: simplify/fix swapped data buffer allocation.

Using the malloc variant avoids pointless memcpy on size
increase and simplifies handling allocation failure.
Also change code to ensure that allocation, bswap and bitstream
reader all use the same size, even when the packet size is odd
for example.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

(No files)

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