Commit ad3eaf1a authored by michael's avatar michael

minor doc fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7331 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dddca91f
......@@ -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
*/
......
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