diff huffyuv.c @ 2398:582e635cfa08 libavcodec

common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 17:50:25 +0000
parents b36811e1386a
children 18b8b2dcc037
line wrap: on
line diff
--- a/huffyuv.c	Wed Dec 29 12:14:14 2004 +0000
+++ b/huffyuv.c	Wed Dec 29 17:50:25 2004 +0000
@@ -27,6 +27,7 @@
  */
 
 #include "common.h"
+#include "bitstream.h"
 #include "avcodec.h"
 #include "dsputil.h"