OSDN Git Service

ff_get_buffer(): allocate the frame for max(coded,display) dimensions
authorAnton Khirnov <anton@khirnov.net>
Mon, 18 Feb 2013 15:29:03 +0000 (16:29 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 19 Apr 2013 07:26:53 +0000 (09:26 +0200)
commita7f46586bf47174b5fa00a905b767b1781ec8b72
tree285aeaa9bfd579b58bfeefe9a55a22c915dc41b2
parent505642f18276aed03278ac91b1f334ea888eac6a
ff_get_buffer(): allocate the frame for max(coded,display) dimensions

Needed e.g. for h264 cropping to work properly.
libavcodec/utils.c