diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-10-16 17:44:29 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-10-16 17:44:29 +0000 |
commit | 9f1c1c9985fe5c2c4888b8b600ce2e59e037d05e (patch) | |
tree | 132c236f98f2a16f10094d8a2e9c53333ba584ef /libavcodec/avcodec.h | |
parent | 212d84881a438e64ddf367f649cd359cfaec4198 (diff) | |
download | ffmpeg-9f1c1c9985fe5c2c4888b8b600ce2e59e037d05e.tar.gz |
Make ffmpeg work with x264 r592
Originally committed as revision 6711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b4e5b03d19..724f4e743f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1889,7 +1889,7 @@ typedef struct AVCodecContext { * - encoding: set by user. * - decoding: unused */ - int crf; + float crf; /** * constant quantization parameter rate control method |