src/dec/vp8_dec.h, cosmetics: fix comments

Change-Id: If076cdf63965bad9b00cbe19c922320638b65f46
This commit is contained in:
hui su 2017-04-07 15:29:57 -07:00
parent 285748be78
commit 4bb1f607d7

View File

@ -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;