Maria1099 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Issues decoding VPX_CODEC_USE_INPUT_FRAGMENTS #517

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've pulled using git the current master branch and suddenly without any 
changes in my code the decoder crashed.. 
I started comparing with the latest working version and I noticed that in 
"vp8_decode" the line "res = ctx->base.iface->dec.peek_si(data, data_sz, 
&ctx->si);" was not getting called in the previous version.. resulting in no 
error.. 
But in this version it is getting called and since data pointer is null and 
size is 0 (decoding after all frags are in) it is returning an error into res.
You are probably already aware of this issue as the master is a working in 
progress version, but just for heads up I'm posting this.

Original issue reported on code.google.com by voidtarg...@gmail.com on 31 Dec 2012 at 4:12

GoogleCodeExporter commented 9 years ago
Scott did you make some changes that might have broke this? 

We should check on WebRTC 

Original comment by albe...@google.com on 17 Jan 2013 at 11:18

GoogleCodeExporter commented 9 years ago
Issue 524 has been merged into this issue.

Original comment by fgalli...@google.com on 17 Jan 2013 at 11:35

GoogleCodeExporter commented 9 years ago
voidtarget808, thanks for the heads up.

alberto, looks like I broke it.... working on it now

Original comment by slavarn...@google.com on 18 Jan 2013 at 12:22

GoogleCodeExporter commented 9 years ago

Original comment by tnakam...@google.com on 18 Jan 2013 at 5:46

GoogleCodeExporter commented 9 years ago
Fixed in https://gerrit.chromium.org/gerrit/#/c/41604/

Original comment by slavarn...@google.com on 25 Jan 2013 at 8:08