summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-05-30 13:36:58 -0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-07-13 11:51:06 -0400
commit29470bb940d61faaf3b185af0ec512a29fc8d1bb (patch)
treef0c5a375103cace5fe1ced8ce1c745bdde95e416 /libavformat
parentd3abbb1d13638889ada1154905bbbdffb3935217 (diff)
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 <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h8
1 files 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
@@ -1949,6 +1949,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.
*
@@ -1971,8 +1975,4 @@ AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *strea
* @}
*/
-/**
- * @}
- */
-
#endif /* AVFORMAT_AVFORMAT_H */