diff mpegvideo.h @ 2327:5e5cf598a48b libavcodec

H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
author michael
date Thu, 28 Oct 2004 10:12:57 +0000
parents a9f79085b01d
children 26560d4fdb1f
line wrap: on
line diff
--- a/mpegvideo.h	Wed Oct 27 21:42:26 2004 +0000
+++ b/mpegvideo.h	Thu Oct 28 10:12:57 2004 +0000
@@ -865,6 +865,12 @@
 
 /* h261.c */
 void ff_h261_loop_filter(MpegEncContext *s);
+void ff_h261_reorder_mb_index(MpegEncContext* s);
+void ff_h261_encode_mb(MpegEncContext *s,
+                    DCTELEM block[6][64],
+                    int motion_x, int motion_y);
+void ff_h261_encode_picture_header(MpegEncContext * s, int picture_number);
+void ff_h261_encode_init(MpegEncContext *s);
 
 
 /* h263.c, h263dec.c */