Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1296988 - Update libnestegg. r=rillian
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Aug 25, 2016
1 parent a75af3d commit 3580739
Show file tree
Hide file tree
Showing 12 changed files with 133 additions and 632 deletions.
3 changes: 0 additions & 3 deletions media/libnestegg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
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.
2 changes: 1 addition & 1 deletion media/libnestegg/README_MOZILLA
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Makefile.in build files for the Mozilla build system.

The nestegg git repository is: git://github.com/kinetiknz/nestegg.git

The git commit ID used was 3bc788d4de8f11a1e6b625047f49b9d35dce824f.
The git commit ID used was 1eeeccee205f7aee0386898508c1a68427e0dcc2.
7 changes: 0 additions & 7 deletions media/libnestegg/include/nestegg.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,13 +460,6 @@ int nestegg_has_cues(nestegg * context);
@retval 1 The file is a WebM file. */
int nestegg_sniff(unsigned char const * buffer, size_t length);

/** Set the underlying allocation function for library allocations.
@param realloc_func The desired function.
@retval 1 Success. realloc_func(p, 0) acts as free()
@retval 0 Failure. realloc_func(p, 0) does not act as free()
@retval -1 Failure. realloc_func(NULL, 1) failed. */
int nestegg_set_halloc_func(void * (* realloc_func)(void *, size_t));

#if defined(__cplusplus)
}
#endif
Expand Down
47 changes: 0 additions & 47 deletions media/libnestegg/src/align.h

This file was deleted.

257 changes: 0 additions & 257 deletions media/libnestegg/src/halloc.c

This file was deleted.

43 changes: 0 additions & 43 deletions media/libnestegg/src/halloc.h

This file was deleted.

Loading

0 comments on commit 3580739

Please sign in to comment.