Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286423
b: refs/heads/master
c: bb86936
h: refs/heads/master
i:
  286421: 58a6b1f
  286419: 412af1c
  286415: 182c74b
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Jan 18, 2012
1 parent cb05c4f commit 96b2fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1aa60892ecc1ba03185e7dfed99cc9202ef03b7
refs/heads/master: bb869368f36abecc427ffa94193439a05c0aac8d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s5p-mfc/s5p_mfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static void s5p_mfc_handle_seq_done(struct s5p_mfc_ctx *ctx,
ctx->mv_size = 0;
}
ctx->dpb_count = s5p_mfc_get_dpb_count();
if (ctx->img_width == 0 || ctx->img_width == 0)
if (ctx->img_width == 0 || ctx->img_height == 0)
ctx->state = MFCINST_ERROR;
else
ctx->state = MFCINST_HEAD_PARSED;
Expand Down

0 comments on commit 96b2fe5

Please sign in to comment.