]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mms.h
sbgdec: replace EOVERFLOW with ENOMEM.
[ffmpeg] / libavformat / mms.h
index 0117089d2472ef3d52009d972561d484a8d36c43..cbfa79a8384a9ad0a742220ff4a5f3ff28daf0c0 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.
     /*@}*/