From 29470bb940d61faaf3b185af0ec512a29fc8d1bb Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Wed, 30 May 2012 13:36:58 -0400 Subject: [PATCH] doxy: move av_guess_sample_aspect_ratio to correct place It should not be a part of the RIFF FourCCs group. Signed-off-by: Derek Buitenhuis --- libavformat/avformat.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 7dad8e27fe..3bbc68387d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1948,6 +1948,10 @@ const struct AVCodecTag *avformat_get_riff_video_tags(void); */ const struct AVCodecTag *avformat_get_riff_audio_tags(void); +/** + * @} + */ + /** * Guesses the sample aspect ratio of a frame, based on both the stream and the * frame aspect ratio. @@ -1967,10 +1971,6 @@ const struct AVCodecTag *avformat_get_riff_audio_tags(void); */ AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); -/** - * @} - */ - /** * @} */