Commit 0ec4bc6a authored by Loren Merritt's avatar Loren Merritt

oops, encoder was under ifdef decoders.

Originally committed as revision 8455 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 028d6f3e
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment