diff common.h @ 880:1c32039e7215 libavcodec

aspect ratio cleanup
author michaelni
date Wed, 20 Nov 2002 13:08:04 +0000
parents 704f13bfc652
children d3fc77a6d57e
line wrap: on
line diff
--- a/common.h	Wed Nov 20 07:32:18 2002 +0000
+++ b/common.h	Wed Nov 20 13:08:04 2002 +0000
@@ -842,6 +842,8 @@
     return (s[0]) + (s[1]<<8) + (s[2]<<16) + (s[3]<<24);
 }
 
+void ff_float2fraction(int *nom_arg, int *denom_arg, double f, int max);
+
 
 #ifdef ARCH_X86
 #define MASK_ABS(mask, level)\