mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
oops, encoder was under ifdef decoders.
Originally committed as revision 8455 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
028d6f3e71
commit
0ec4bc6a27
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user