Fix compile error with AVI support
This commit is contained in:
2009-01-04 19:10:57 +00:00
parent 7cd56835a3
commit d19e758964
3 changed files with 3 additions and 3 deletions

View File

@@ -355,7 +355,7 @@ static void serve_ppm(int *pixels, int rectx, int recty)
connsock = -1;
}
void append_frameserver(int frame, int *pixels, int rectx, int recty)
void append_frameserver(RenderData *rd, int frame, int *pixels, int rectx, int recty)
{
fprintf(stderr, "Serving frame: %d\n", frame);
if (write_ppm) {