Commit 832a7b63 authored by Michael Niedermayer's avatar Michael Niedermayer

minor doc fix

Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7910d134
...@@ -91,7 +91,8 @@ AVCodecParserContext *av_parser_init(int codec_id) ...@@ -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
*/ */
......
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