]> git.sesse.net Git - vlc/blobdiff - modules/demux/mp4/libmp4.h
lua: fix fonction prototype (should return a boolean).
[vlc] / modules / demux / mp4 / libmp4.h
index 688cd0c801c2f4b61b4c21fa3d6e34f6d1adfc88..777792dbfad9113104e85cd7be701db39c27bdea 100644 (file)
@@ -1018,7 +1018,7 @@ void MP4_BoxFree( stream_t *, MP4_Box_t *p_box );
 /*****************************************************************************
  * MP4_DumpBoxStructure: print the structure of the p_box
  *****************************************************************************
- * Usefull while debugging
+ * Useful while debugging
  *****************************************************************************/
 void MP4_BoxDumpStructure( stream_t *p_input, MP4_Box_t *p_box );