diff h261.c @ 4206:be94e97ecb6e libavcodec

throw error if unsupported resolution is used with h261
author bcoudurier
date Thu, 16 Nov 2006 09:58:34 +0000
parents c8c591fe26f8
children 1f1a0e67b961
line wrap: on
line diff
--- a/h261.c	Wed Nov 15 17:58:35 2006 +0000
+++ b/h261.c	Thu Nov 16 09:58:34 2006 +0000
@@ -77,7 +77,7 @@
     s->dsp.h261_loop_filter(dest_cr, uvlinesize);
 }
 
-static int ff_h261_get_picture_format(int width, int height){
+int ff_h261_get_picture_format(int width, int height){
     // QCIF
     if (width == 176 && height == 144)
         return 0;