Commit 68b6d083 authored by takis's avatar takis

Doxygenize the comments for the av_get_pict_type_char() function.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8081 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f3a076d2
...@@ -2768,7 +2768,10 @@ void avcodec_default_free_buffers(AVCodecContext *s); ...@@ -2768,7 +2768,10 @@ void avcodec_default_free_buffers(AVCodecContext *s);
/* misc useful functions */ /* misc useful functions */
/** /**
* returns a single letter to describe the picture type * Returns a single letter to describe the given picture type \p pict_type.
*
* @param[in] pict_type The picture type.
* @return A single character representing the picture type.
*/ */
char av_get_pict_type_char(int pict_type); char av_get_pict_type_char(int pict_type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment