forked from webmproject/libvpx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the vpx_writer struct, change the buffer_end field to the size field. Change vpx_stop_encode() to return true on success, false on failure (output buffer full). In write_compressed_header(), remove the assertion assert(header_bc.pos <= 0xffff). The caller (vp9_pack_bitstream()) will check that condition. In vp9_pack_bitstream(), the variable "first_part_size" is renamed "compressed_hdr_size". Bug: webm:1844 Change-Id: I4ed6ab905a707ad44d875e53036d5a42523a65d0 (cherry picked from commit 73703c1)
- Loading branch information
1 parent
34d3114
commit 3bfd83a
Showing
4 changed files
with
79 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters