Skip to content
Snippets Groups Projects
Commit 8f6260af authored by Panagiotis Issaris's avatar Panagiotis Issaris
Browse files

Doxygenize the comments for the av_get_pict_type_char() function.

Originally committed as revision 8081 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8fc3d25c
No related branches found
No related tags found
No related merge requests found
......@@ -2768,7 +2768,10 @@ void avcodec_default_free_buffers(AVCodecContext *s);
/* 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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment