OSDN Git Service

lavc: allow the caller to override dimensions in ff_get_buffer()
authorAnton Khirnov <anton@khirnov.net>
Wed, 1 Jan 2014 19:03:05 +0000 (20:03 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 20 Jan 2014 11:49:47 +0000 (12:49 +0100)
commitf7e85ee996b3886c2b13e928b83277382311af96
tree4ab50cb42bc4844850643fa76624e6332895d917
parent0d43b114ccba5514b52832b82bfffe9c137182c5
lavc: allow the caller to override dimensions in ff_get_buffer()

This will be useful for allocating edges in the encoders.
libavcodec/utils.c