]> git.sesse.net Git - ffmpeg/commitdiff
doxy: move av_guess_sample_aspect_ratio to correct place
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Wed, 30 May 2012 17:36:58 +0000 (13:36 -0400)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Fri, 13 Jul 2012 15:51:06 +0000 (11:51 -0400)
It should not be a part of the RIFF FourCCs group.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavformat/avformat.h

index 7dad8e27fee63e5ba778f927052e214b9bd95cbd..3bbc68387daef033077d4ac5601387d8dcc06159 100644 (file)
@@ -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);
 
-/**
- * @}
- */
-
 /**
  * @}
  */