diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-08-26 22:33:48 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-08-26 22:33:48 +0000 |
commit | 28296f9c9e958b798c2947109ee479092c855721 (patch) | |
tree | 497e99ddae7c47e4be73ccbf8fee640c133e6620 /libavcodec/vc1.c | |
parent | a41f4eacd6a15abf8a8b92524de4c05efcd3547a (diff) | |
download | ffmpeg-28296f9c9e958b798c2947109ee479092c855721.tar.gz |
move get_unary() to its own file
Originally committed as revision 10240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r-- | libavcodec/vc1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index de733e13d6..f273422293 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -32,6 +32,7 @@ #include "vc1data.h" #include "vc1acdata.h" #include "msmpeg4data.h" +#include "unary.h" #undef NDEBUG #include <assert.h> |