diff mpegvideo.h @ 4206:be94e97ecb6e libavcodec

throw error if unsupported resolution is used with h261
author bcoudurier
date Thu, 16 Nov 2006 09:58:34 +0000
parents 0f28fc219799
children 5a2ee0bc2739
line wrap: on
line diff
--- a/mpegvideo.h	Wed Nov 15 17:58:35 2006 +0000
+++ b/mpegvideo.h	Thu Nov 16 09:58:34 2006 +0000
@@ -824,6 +824,7 @@
                     int motion_x, int motion_y);
 void ff_h261_encode_picture_header(MpegEncContext * s, int picture_number);
 void ff_h261_encode_init(MpegEncContext *s);
+int ff_h261_get_picture_format(int width, int height);
 
 
 /* h263.c, h263dec.c */