]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vorbiscomment.h
mpeg12dec: reset first_field with picture_structure changes.
[ffmpeg] / libavformat / vorbiscomment.h
index b1470920718fa0848d302d0945ed3ca3e5a1d9ee..4e631e3553e9531e077d2094bd5587aa76400d26 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()