[FFmpeg-cvslog] r15029 - trunk/libavcodec/libx264.c

Robert Swain robert.swain
Sat Aug 30 00:53:56 CEST 2008


2008/8/29 Robert Swain <robert.swain at gmail.com>:
> 2008/8/29 stefano <subversion at mplayerhq.hu>:
>> Author: stefano
>> Date: Fri Aug 29 19:37:32 2008
>> New Revision: 15029
>>
>> Log:
>> Make X264_init() do not set anymore the rc_eq from avctx to the
>> libx264 context. Fix a crash due to X264_init() setting the libx264
>> rc_eq field to NULL when rc_eq was not defined.
>> This patch drops the possibility to set the rc_eq for libx264,
>> feature which is going to be removed from libx264 either.
>
> Maybe this would be clearer as:
>
> Make X264_init() no longer assign avctx->rc_eq to libx264's context.
> Fix a crash... . This patch means that rc_eq can no longer be manually
> specified and passed to libx264 but this option is going to be removed
> from the libx264 public API anyway.

Apparently use of "This patch" isn't good either so maybe:

Make X264_init() no longer assign avctx->rc_eq to libx264's context.
Fix a crash due to X264_init() setting the libx264 rc_eq field to NULL
when rc_eq was not defined. As a consequence rc_eq can no longer be
manually specified and passed to libx264, but this option is going to
be removed from the libx264 public API anyway.

Rob




More information about the ffmpeg-cvslog mailing list