<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<span style="font-family: arial; font-size: 10pt; ">Hi all;</span><div style="font-family: arial; font-size: small; "><br></div><div style="font-family: arial; font-size: small; ">I've just switched to the newer ffmpeg versions (I always used ffmpeg 0.6), it is a big jump for me and I'm trying to figure out how to implement some of the changes.</div><div style="font-family: arial; font-size: small; "><br></div><div style="font-family: arial; font-size: small; ">In the past, libx264 variables such as crf was a part of AVCodecContext. However, looks like in version 0.11 it has been deprecated and was moved to libx264.c as a private variable. But for my project, I'm used to just assign a value to crf (of a ptr of type AVCodecContext). Could someone please give me a hint on how I could implement the API changes?</div><div style="font-family: arial; font-size: small; "><br></div><div style="font-family: arial; font-size: small; ">Thank you very much!</div><div style="font-family: arial; font-size: small; ">Cheers</div>                                           </div></body>
</html>