[FFmpeg-devel] [PATCH 1/2] doxy: move av_guess_sample_aspect_ratio to correct place

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed May 30 20:09:40 CEST 2012


It should not be a part of the RIFF FourCCs group.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
 libavformat/avformat.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 19441f8..c3dba8f 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1921,6 +1921,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.
  *
@@ -1943,8 +1947,4 @@ AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *strea
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* AVFORMAT_AVFORMAT_H */
-- 
1.7.10



More information about the ffmpeg-devel mailing list