diff ffv1.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 b7bb00973f99
children 18b8b2dcc037
line wrap: on
line diff
--- a/ffv1.c	Wed Dec 29 12:14:14 2004 +0000
+++ b/ffv1.c	Wed Dec 29 17:50:25 2004 +0000
@@ -25,6 +25,7 @@
  */
 
 #include "common.h"
+#include "bitstream.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "rangecoder.h"