diff options
author | wm4 <wm4@nowhere> | 2013-04-24 16:19:18 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-04-24 16:19:18 +0200 |
commit | 36c31f47b2a5e4010dd8ac7f0d47ba3ca86043ef (patch) | |
tree | 5ead13e8cd17fc05d39b940ee72914fffd472587 /video/sws_utils.c | |
parent | 50ce2bd6c86ea44aef6bf64fdc0af605e45e6612 (diff) |
demux_mkv: fix out of range comparison
This check was always false:
if (num == EBML_UINT_INVALID)
Fix it by using the proper type for the num variable.
This case actually doesn't really matter, and this is just for hiding
the warning and for being 100% correct.
Diffstat (limited to 'video/sws_utils.c')
0 files changed, 0 insertions, 0 deletions