mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-08 02:09:18 +00:00
Decoder: bug fix
This commit is contained in:
@@ -912,7 +912,7 @@ void video_decoder_destroy(struct state_video_decoder *decoder)
|
||||
fprintf(stderr, "Decoder statistics: %lu displayed frames / %lu frames dropped (%lu corrupted)\n",
|
||||
decoder->displayed, decoder->dropped, decoder->corrupted);
|
||||
|
||||
delete decoder;
|
||||
free(decoder);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user