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

Alexander Strange astrange
Sun Jan 9 10:20:54 CET 2011


On Jan 8, 2011, at 2:14 PM, Ronald S. Bultje wrote:

> 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/]

It's difficult for anyone without two ARM configs (arm-darwin and arm-anything else) to update those definitions. Could the FATE testers print corrections when they fail?




More information about the ffmpeg-cvslog mailing list