Re: [libav-devel] [PATCH] libx264: make options compatible with x264

2011-08-31 Thread Luca Barbato
On 8/27/11 7:59 AM, Anton Khirnov wrote: Replace '_' with '-', merge psy-trellis into psy-rd and rename cqp->qp Seems fine. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] libx264: make options compatible with x264

2011-08-26 Thread Anton Khirnov
Replace '_' with '-', merge psy-trellis into psy-rd and rename cqp->qp --- libavcodec/libx264.c | 22 ++ 1 files changed, 10 insertions(+), 12 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 9a9e6d0..8bc6255 100644 --- a/libavcodec/libx264.c +++ b