diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 19:59:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 19:59:51 +0000 |
commit | a7ac9c2f62497451d3f88ae5561e94e22d014d3c (patch) | |
tree | bcfa3e0b53aea49e6fc6c0ea735b26cc1ee04a98 /libavcodec/mpegvideo.h | |
parent | b2f4b0433695e3c9a420ddd8d89d9ffa53f01a5a (diff) | |
download | ffmpeg-a7ac9c2f62497451d3f88ae5561e94e22d014d3c.tar.gz |
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
Originally committed as revision 21104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 583b52cae9..f748e5e6a3 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -840,8 +840,6 @@ void ff_clean_h263_qscales(MpegEncContext *s); int ff_h263_resync(MpegEncContext *s); const uint8_t *ff_h263_find_resync_marker(const uint8_t *p, const uint8_t *end); int ff_h263_get_gob_height(MpegEncContext *s); -void ff_mpeg4_init_direct_mv(MpegEncContext *s); -int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my); void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code); void ff_init_qscale_tab(MpegEncContext *s); |