src/dec/vp8_dec.h, cosmetics: fix comments
Change-Id: If076cdf63965bad9b00cbe19c922320638b65f46
This commit is contained in:
parent
285748be78
commit
4bb1f607d7
@ -33,7 +33,7 @@ extern "C" {
|
|||||||
// /* customize io's functions (setup()/put()/teardown()) if needed. */
|
// /* customize io's functions (setup()/put()/teardown()) if needed. */
|
||||||
//
|
//
|
||||||
// VP8Decoder* dec = VP8New();
|
// VP8Decoder* dec = VP8New();
|
||||||
// bool ok = VP8Decode(dec);
|
// int ok = VP8Decode(dec, &io);
|
||||||
// if (!ok) printf("Error: %s\n", VP8StatusMessage(dec));
|
// if (!ok) printf("Error: %s\n", VP8StatusMessage(dec));
|
||||||
// VP8Delete(dec);
|
// VP8Delete(dec);
|
||||||
// return ok;
|
// return ok;
|
||||||
|
Loading…
Reference in New Issue
Block a user