diff options
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 7dad8e2..3bbc683 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 */ |