changeset 8859:bb358e5acde4 libavcodec

Rename some forward declarations that were missed, fixes the warnings: libavcodec/mpegvideo.o libavcodec/mpegvideo.c libavcodec/mpegvideo.c: In function ¡ÆMPV_frame_start¡Ç: libavcodec/mpegvideo.c:944: warning: implicit declaration of function ¡Æff_xvmc_field_start¡Ç libavcodec/mpegvideo.c: In function ¡ÆMPV_frame_end¡Ç: libavcodec/mpegvideo.c:957: warning: implicit declaration of function ¡Æff_xvmc_field_end¡Ç
author diego
date Sat, 14 Feb 2009 18:51:17 +0000
parents 0ec48cdc3348
children 0617c9f594d0
files mpegvideo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo.c	Sat Feb 14 18:47:00 2009 +0000
+++ b/mpegvideo.c	Sat Feb 14 18:51:17 2009 +0000
@@ -54,8 +54,8 @@
 static void dct_unquantize_h263_inter_c(MpegEncContext *s,
                                   DCTELEM *block, int n, int qscale);
 
-int  XVMC_field_start(MpegEncContext*s, AVCodecContext *avctx);
-void XVMC_field_end(MpegEncContext *s);
+int  ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx);
+void ff_xvmc_field_end(MpegEncContext *s);
 void ff_xvmc_decode_mb(MpegEncContext *s);