vpx/third_party/nestegg
James Zern ba159a3b0a nestegg: fix track_number uint64->uint32 warnings
ne_read_block/ne_find_cue_position_for_track/nestegg_get_cue_point
in the use of ne_map_track_number_to_index
+ add a check to ensure it doesn't exceed the type bounds

fixes:
./third_party/nestegg/src/nestegg.c|1322| warning C4244: 'function' :
conversion from 'uint64_t' to 'unsigned int', possible loss of data

Change-Id: I3703d739dcf9a2d4d8e2b704e957e5e3fd80dca0
2014-02-28 19:58:19 -08:00
..
halloc move nestegg to third_party 2014-02-21 17:16:04 -08:00
include/nestegg move nestegg to third_party 2014-02-21 17:16:04 -08:00
src nestegg: fix track_number uint64->uint32 warnings 2014-02-28 19:58:19 -08:00
test move nestegg to third_party 2014-02-21 17:16:04 -08:00
0001-include-paths.diff move nestegg to third_party 2014-02-21 17:16:04 -08:00
0002-ne_read_simple-uninitialized_variable.diff move nestegg to third_party 2014-02-21 17:16:04 -08:00
AUTHORS move nestegg to third_party 2014-02-21 17:16:04 -08:00
INSTALL move nestegg to third_party 2014-02-21 17:16:04 -08:00
LICENSE move nestegg to third_party 2014-02-21 17:16:04 -08:00
README move nestegg to third_party 2014-02-21 17:16:04 -08:00
README.webm nestegg: fix track_number uint64->uint32 warnings 2014-02-28 19:58:19 -08:00
TODO move nestegg to third_party 2014-02-21 17:16:04 -08:00

See INSTALL for build instructions.

Licensed under an ISC-style license.  See LICENSE for details.

The source under the halloc/ directory is licensed under a BSD license.  See
halloc/halloc.h for details.