diff mpegvideo.h @ 2031:4225c131a2eb libavcodec

warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 25 May 2004 18:07:25 +0000
parents f65d87bfdd5a
children b6f2add2511e
line wrap: on
line diff
--- a/mpegvideo.h	Sun May 23 01:10:15 2004 +0000
+++ b/mpegvideo.h	Tue May 25 18:07:25 2004 +0000
@@ -904,8 +904,9 @@
 int ff_h263_resync(MpegEncContext *s);
 int ff_h263_get_gob_height(MpegEncContext *s);
 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
-inline int ff_h263_round_chroma(int x);
+int ff_h263_round_chroma(int x);
 void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);
+int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
 
 
 /* rv10.c */