diff vc1.c @ 5605:d92fa6e5fc8c libavcodec

move get_unary() to its own file
author aurel
date Sun, 26 Aug 2007 22:33:48 +0000
parents b790f8c0ee24
children 8bf94c994691
line wrap: on
line diff
--- a/vc1.c	Sun Aug 26 22:06:40 2007 +0000
+++ b/vc1.c	Sun Aug 26 22:33:48 2007 +0000
@@ -32,6 +32,7 @@
 #include "vc1data.h"
 #include "vc1acdata.h"
 #include "msmpeg4data.h"
+#include "unary.h"
 
 #undef NDEBUG
 #include <assert.h>