[FFmpeg-cvslog] r26260 - in trunk: doc/APIchanges ffplay.c libavcodec/avcodec.h libavcodec/utils.c

Ronald S. Bultje rsbultje
Sat Jan 8 20:14:11 CET 2011


Hi,

On Fri, Jan 7, 2011 at 6:07 PM, michael <subversion at mplayerhq.hu> wrote:
> Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts
[..]
> @@ -1009,6 +1009,13 @@ typedef struct AVPanScan{
> ? ? ?* - decoding: Set by libavcodec\
> ? ? ?*/\
> ? ? void *hwaccel_picture_private;\
> +\
> + ? ?/**\
> + ? ? * reordered pts from the last AVPacket that has been input into the decoder\
> + ? ? * - encoding: unused\
> + ? ? * - decoding: Read by user.\
> + ? ? */\
> + ? ?int64_t pkt_pts;\
>
>
> ?#define FF_QSCALE_TYPE_MPEG1 0

This increased the size of AVFrame, and thus MpegEncContext, which
broke the ARM build:

http://fate.ffmpeg.org/arm-linux-armcc-4.1/20110108160243
[and more, see http://fate.ffmpeg.org/]

Ronald



More information about the ffmpeg-cvslog mailing list