Commit 97d1cb5c authored by Michael Niedermayer's avatar Michael Niedermayer

bmv: remove unreachable default case

Fixes CID732191
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 23b20301
...@@ -187,8 +187,6 @@ static int decode_bmv_frame(const uint8_t *source, int src_len, uint8_t *frame, ...@@ -187,8 +187,6 @@ static int decode_bmv_frame(const uint8_t *source, int src_len, uint8_t *frame,
memset(dst, val, len); memset(dst, val, len);
} }
break; break;
default:
break;
} }
if (dst == dst_end) if (dst == dst_end)
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment