shithub: mp3dec

Download patch

ref: 8c9e85546b3cc8e5d3e4f5531a0e262b15996c1e
parent: 9150e811a84edf34219db0bc5248a66a3ba3d9ac
author: lieff <lieff@users.noreply.github.com>
date: Sat Aug 4 08:20:56 EDT 2018

readme: update high-level API doc

--- a/README.md
+++ b/README.md
@@ -182,6 +182,7 @@
 MP3D_PROGRESS_CB is optional and can be NULL, example of file decoding:
 
 ```
+    mp3dec_t mp3d;
     mp3dec_file_info_t info;
     if (mp3dec_load(&mp3d, input_file_name, &info, NULL, NULL))
     {