]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mov.c
Fix aspect ratio.
[ffmpeg] / libavformat / mov.c
index 9d3431689ceb485b6a6a991835dae9dad1c3d290..92957a51007fca991846450b23b80f74bafef0c7 100644 (file)
@@ -155,7 +155,7 @@ typedef struct MOVContext {
 /* return code:
   1: found what I wanted, exit
   0: continue to parse next atom
- <0: error occured, exit
+ <0: error occurred, exit
 */
 /* links atom IDs to parse functions */
 typedef struct MOVParseTableEntry {