libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 33b51c86fca50132874620f5c445c0fc78cedeff
parent 197131b3d3b5e1b10cccd9be4956f07772721d79
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 14 Jan 2011 18:45:16 +0000

obs

Diffstat:
Msrc/plugins/thumbnailffmpeg_extractor.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/plugins/thumbnailffmpeg_extractor.c b/src/plugins/thumbnailffmpeg_extractor.c @@ -496,8 +496,6 @@ RETRY_PROBE: } if ( (video_stream_index == -1) || - (codec_ctx == NULL) || - (codec == NULL) || (codec_ctx->width == 0) || (codec_ctx->height == 0) ) {