diff options
Diffstat (limited to 'src/plugins/thumbnailffmpeg_extractor.c')
-rw-r--r-- | src/plugins/thumbnailffmpeg_extractor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/thumbnailffmpeg_extractor.c b/src/plugins/thumbnailffmpeg_extractor.c index 6d12572..ccb9f73 100644 --- a/src/plugins/thumbnailffmpeg_extractor.c +++ b/src/plugins/thumbnailffmpeg_extractor.c | |||
@@ -496,8 +496,6 @@ RETRY_PROBE: | |||
496 | } | 496 | } |
497 | 497 | ||
498 | if ( (video_stream_index == -1) || | 498 | if ( (video_stream_index == -1) || |
499 | (codec_ctx == NULL) || | ||
500 | (codec == NULL) || | ||
501 | (codec_ctx->width == 0) || | 499 | (codec_ctx->width == 0) || |
502 | (codec_ctx->height == 0) ) | 500 | (codec_ctx->height == 0) ) |
503 | { | 501 | { |