mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-20 22:10:07 +01:00
minor doc fix
Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -91,7 +91,8 @@ AVCodecParserContext *av_parser_init(int codec_id)
|
|||||||
* in_data += len;
|
* in_data += len;
|
||||||
* in_len -= len;
|
* in_len -= len;
|
||||||
*
|
*
|
||||||
* decode_frame(data, size);
|
* if(size)
|
||||||
|
* decode_frame(data, size);
|
||||||
* }
|
* }
|
||||||
* @endcode
|
* @endcode
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user