changeset 4691:0f596a49ba3d libavcodec

oops, encoder was under ifdef decoders.
author lorenm
date Tue, 20 Mar 2007 16:51:30 +0000
parents 1bfdcac74275
children 3318e3f6470f
files huffyuv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/huffyuv.c	Tue Mar 20 05:44:42 2007 +0000
+++ b/huffyuv.c	Tue Mar 20 16:51:30 2007 +0000
@@ -791,7 +791,6 @@
     }
 }
 
-#ifdef CONFIG_DECODERS
 static int encode_bgr_bitstream(HYuvContext *s, int count){
     int i;
 
@@ -834,6 +833,7 @@
     return 0;
 }
 
+#ifdef CONFIG_DECODERS
 static void draw_slice(HYuvContext *s, int y){
     int h, cy;
     int offset[4];