mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +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){
|
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){
|
|||||||
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];
|
||||||
|
Loading…
Reference in New Issue
Block a user