aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/thumbnailffmpeg_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/thumbnailffmpeg_extractor.c')
-rw-r--r--src/plugins/thumbnailffmpeg_extractor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/thumbnailffmpeg_extractor.c b/src/plugins/thumbnailffmpeg_extractor.c
index e20b621..b742431 100644
--- a/src/plugins/thumbnailffmpeg_extractor.c
+++ b/src/plugins/thumbnailffmpeg_extractor.c
@@ -568,8 +568,10 @@ extract_video (struct EXTRACTOR_ExtractContext *ec)
568 568
569 if (! frame_finished) 569 if (! frame_finished)
570 { 570 {
571#if DEBUG
571 fprintf (stderr, 572 fprintf (stderr,
572 "Failed to decode a complete frame\n"); 573 "Failed to decode a complete frame\n");
574#endif
573 av_free (frame); 575 av_free (frame);
574 avcodec_close (codec_ctx); 576 avcodec_close (codec_ctx);
575 avformat_close_input (&format_ctx); 577 avformat_close_input (&format_ctx);