Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: src/repacketizer.c

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Removing failing file Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/opus_private.h ('k') | src/tansig_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/repacketizer.c
diff --git a/src/repacketizer.c b/src/repacketizer.c
index 26315b625c225f8e5350b91cdc3c97a65511ce09..0c5d840c058e1947ff026b518541f06adfd7c55a 100644
--- a/src/repacketizer.c
+++ b/src/repacketizer.c
@@ -98,7 +98,7 @@ opus_int32 opus_repacketizer_out_range_impl(OpusRepacketizer *rp, int begin, int
{
int i, count;
opus_int32 tot_size;
- short *len;
+ opus_int16 *len;
const unsigned char **frames;
if (begin<0 || begin>=end || end>rp->nb_frames)
« no previous file with comments | « src/opus_private.h ('k') | src/tansig_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698