diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-24 09:41:48 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-25 10:04:57 +0200 |
commit | 9b42d6ed1fba8171ee62d757d7d8edb67431c06e (patch) | |
tree | e18587ba314c2d6a617dead0b785b5420180aabf | |
parent | e564de26b363f306cf03960217a097a74c944efd (diff) | |
download | ffmpeg-9b42d6ed1fba8171ee62d757d7d8edb67431c06e.tar.gz |
lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()
Prefer impersonal form over third person, consistent with the rest of
docs.
-rw-r--r-- | libavformat/avformat.h | 2 |
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 |