lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()

Prefer impersonal form over third person, consistent with the rest of
docs.
pull/28/head
Stefano Sabatini 13 years ago
parent e564de26b3
commit 9b42d6ed1f
  1. 2
      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. * frame aspect ratio.
* *
* Since the frame aspect ratio is set by the codec but the stream aspect ratio * Since the frame aspect ratio is set by the codec but the stream aspect ratio

Loading…
Cancel
Save