[FFmpeg-devel] [PATCH] Export large crop values via AVCodecContext
David Conrad
lessen42
Fri May 29 03:10:45 CEST 2009
Hi,
As far as I can tell, it's impractical to crop large values
internally, since buffers returned from decode_frame must have the
same dimensions as AVCodecContext, which also must be the coded
dimensions (or up to 15 less) in order for get_buffer to allocate
buffers of the needed size.
Thus, the only solution I see is to export these values and leave it
to individual applications that care about such offsets to deal with
it themselves.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ffmpeg-large-crop.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090528/9a911024/attachment.txt>
-------------- next part --------------
More information about the ffmpeg-devel
mailing list