diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-08 23:14:54 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-08 23:14:54 +0000 |
commit | bad700e34652ad45071321f8782d85d3685f0da8 (patch) | |
tree | 14a4b6b66664d8834b328a8565d8492bb35150cf /libavcodec/mpegvideo.h | |
parent | 3b26ee4719a4f2c1d5b71a09492593b5569ea745 (diff) | |
download | ffmpeg-bad700e34652ad45071321f8782d85d3685f0da8.tar.gz |
trivial warning fixes
Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 7935a71441..d4a11aaf08 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -871,7 +871,7 @@ int ff_h263_resync(MpegEncContext *s); 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); -int ff_h263_round_chroma(int x); +inline int ff_h263_round_chroma(int x); void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code); |