mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
minor doc fix
Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7910d13474
commit
832a7b631f
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ AVCodecParserContext *av_parser_init(int codec_id)
|
|||
* in_data += len;
|
||||
* in_len -= len;
|
||||
*
|
||||
* decode_frame(data, size);
|
||||
* if(size)
|
||||
* decode_frame(data, size);
|
||||
* }
|
||||
* @endcode
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue