[FFmpeg-cvslog] lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()
Stefano Sabatini
git at videolan.org
Wed Jul 25 10:06:56 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Jul 24 09:41:48 2012 +0200| [9b42d6ed1fba8171ee62d757d7d8edb67431c06e] | committer: Stefano Sabatini
lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()
Prefer impersonal form over third person, consistent with the rest of
docs.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b42d6ed1fba8171ee62d757d7d8edb67431c06e
---
libavformat/avformat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 659bd64..e54e8a1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1955,7 +1955,7 @@ const struct AVCodecTag *avformat_get_riff_audio_tags(void);
*/
/**
- * Guesses the sample aspect ratio of a frame, based on both the stream and the
+ * Guess the sample aspect ratio of a frame, based on both the stream and the
* frame aspect ratio.
*
* Since the frame aspect ratio is set by the codec but the stream aspect ratio
More information about the ffmpeg-cvslog
mailing list