end gracefully after writing frame

This commit is contained in:
j 2024-09-16 20:08:20 +01:00
parent 22508bc9f0
commit 4fdb843c20

View file

@ -116,13 +116,6 @@ void write_image_file(OggPlayRGBChannels *data, oxstate * state) {
imlib_image_set_format("jpg"); imlib_image_set_format("jpg");
imlib_save_image(state->output); imlib_save_image(state->output);
imlib_free_image_and_decache(); imlib_free_image_and_decache();
imlib_context_set_image(frame);
imlib_free_image_and_decache();
if (state->image_width > 0) {
imlib_context_set_image(image);
imlib_free_image_and_decache();
}
} }
void write_frame (OggPlay * player, int track_num, void write_frame (OggPlay * player, int track_num,
@ -434,6 +427,7 @@ int extract_frame_webm(oxstate *state) {
OggPlayRGBChannels to; OggPlayRGBChannels to;
done = 1; done = 1;
i = tracks;
from.y_width = img->d_w; from.y_width = img->d_w;
from.y_height = img->d_h; from.y_height = img->d_h;