aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-10-16 17:44:29 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-10-16 17:44:29 +0000
commit9f1c1c9985fe5c2c4888b8b600ce2e59e037d05e (patch)
tree132c236f98f2a16f10094d8a2e9c53333ba584ef /libavcodec/avcodec.h
parent212d84881a438e64ddf367f649cd359cfaec4198 (diff)
downloadffmpeg-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.h2
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