]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mms.h
mov: Don't stick the QuickTime field ordering atom in extradata.
[ffmpeg] / libavformat / mms.h
index 36e772c7f9c5dda497780cefcfe110b7953719c4..52355816456a4fe8bd911ea2277842c3d37b0a40 100644 (file)
@@ -33,7 +33,7 @@ typedef struct {
 
     /** Buffer for outgoing packets. */
     /*@{*/
-    uint8_t *write_out_ptr;              ///< Pointer for writting the buffer.
+    uint8_t *write_out_ptr;              ///< Pointer for writing the buffer.
     uint8_t out_buffer[512];            ///< Buffer for outgoing packet.
     /*@}*/