aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-14 18:45:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-14 18:45:16 +0000
commit33b51c86fca50132874620f5c445c0fc78cedeff (patch)
tree66c5cf6572638e57dce5c93a2ca30a5c52ce3502
parent197131b3d3b5e1b10cccd9be4956f07772721d79 (diff)
downloadlibextractor-33b51c86fca50132874620f5c445c0fc78cedeff.tar.gz
libextractor-33b51c86fca50132874620f5c445c0fc78cedeff.zip
obs
-rw-r--r--src/plugins/thumbnailffmpeg_extractor.c2
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 {