Improve webrtc fuzzer coverage of VP9 bitstream parser.
Bug: webrtc:12354 Change-Id: Ia8e2c7f68eb6c21d386eaf919960cb67a9db9285 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229027 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34786}
This commit is contained in:
parent
fb1959625d
commit
45b3e530cb
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
void FuzzOneInput(const uint8_t* data, size_t size) {
|
void FuzzOneInput(const uint8_t* data, size_t size) {
|
||||||
int qp;
|
vp9::ParseIntraFrameInfo(data, size);
|
||||||
vp9::GetQp(data, size, &qp);
|
|
||||||
}
|
}
|
||||||
} // namespace webrtc
|
} // namespace webrtc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user