summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-12-18 19:27:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-12-18 19:27:28 +0000
commit832a7b631fbbca15741705a171e9da03e5d42824 (patch)
tree6756efdfbc26bf30c0f69769320a7b27c835cb8f /libavcodec
parent7910d13474cf2f0a396519192c56c73f2f7043ed (diff)
downloadffmpeg-streaming-832a7b631fbbca15741705a171e9da03e5d42824.zip
ffmpeg-streaming-832a7b631fbbca15741705a171e9da03e5d42824.tar.gz
minor doc fix
Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index 72a3e55..740ad85 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -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
*/
OpenPOWER on IntegriCloud