Commit 05bb7eb7 authored by lorenm's avatar lorenm

oops, encoder was under ifdef decoders.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8455 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 18079d6b
...@@ -791,7 +791,6 @@ static void decode_bgr_bitstream(HYuvContext *s, int count){ ...@@ -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){ static int encode_bgr_bitstream(HYuvContext *s, int count){
int i; int i;
...@@ -834,6 +833,7 @@ static int encode_bgr_bitstream(HYuvContext *s, int count){ ...@@ -834,6 +833,7 @@ static int encode_bgr_bitstream(HYuvContext *s, int count){
return 0; return 0;
} }
#ifdef CONFIG_DECODERS
static void draw_slice(HYuvContext *s, int y){ static void draw_slice(HYuvContext *s, int y){
int h, cy; int h, cy;
int offset[4]; 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