]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vorbiscomment.h
os_support: Choose between direct.h and io.h using a configure check
[ffmpeg] / libavformat / vorbiscomment.h
index 7b82dc1c9500b85cae78cf2f51e89a6f1024e9b9..95e1a5676fba4d4dd3ce05cfe12bf5d2eccc2f7f 100644 (file)
@@ -39,7 +39,7 @@ int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string,
                             unsigned *count);
 
 /**
- * Writes a VorbisComment into a buffer. The buffer, p, must have enough
+ * Write a VorbisComment into a buffer. The buffer, p, must have enough
  * data to hold the whole VorbisComment. The minimum size required can be
  * obtained by passing the same AVDictionary and vendor_string to
  * ff_vorbiscomment_length()