oops, encoder was under ifdef decoders.

Originally committed as revision 8455 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Loren Merritt 2007-03-20 16:51:30 +00:00
parent 028d6f3e71
commit 0ec4bc6a27
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,6 @@ static void decode_bgr_bitstream(HYuvContext *s, int count){
}
}
#ifdef CONFIG_DECODERS
static int encode_bgr_bitstream(HYuvContext *s, int count){
int i;
@ -834,6 +833,7 @@ static int encode_bgr_bitstream(HYuvContext *s, int count){
return 0;
}
#ifdef CONFIG_DECODERS
static void draw_slice(HYuvContext *s, int y){
int h, cy;
int offset[4];