summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-24 09:41:48 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-25 10:04:57 +0200
commit9b42d6ed1fba8171ee62d757d7d8edb67431c06e (patch)
treee18587ba314c2d6a617dead0b785b5420180aabf /libavformat/avformat.h
parente564de26b363f306cf03960217a097a74c944efd (diff)
lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()
Prefer impersonal form over third person, consistent with the rest of docs.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 659bd64681..e54e8a191d 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