diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-06-24 20:09:49 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-06-24 20:09:49 +0000 |
commit | 24e1591036e7aabe6ec1f5c88785499ac77e4962 (patch) | |
tree | f49dec4ff4832ae09ac61961aafdd842eed6c2d3 /libavcodec/avcodec.h | |
parent | 0aec3c5cbf3e7b744dfcef8ee2b5766bba5f9003 (diff) | |
download | ffmpeg-24e1591036e7aabe6ec1f5c88785499ac77e4962.tar.gz |
minor cleanup
Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b2bfa23656..d4072d9521 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -280,9 +280,6 @@ typedef struct RcOverride{ float quality_factor; } RcOverride; -/* only for ME compatiblity with old apps */ -extern int motion_estimation_method; - #define FF_MAX_B_FRAMES 16 /* encoding support |