comparison msrledec.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents c1ed557cd3b8
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
23 #define AVCODEC_MSRLEDEC_H 23 #define AVCODEC_MSRLEDEC_H
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 26
27 /** 27 /**
28 * Decodes stream in MS RLE format into frame. 28 * Decode stream in MS RLE format into frame.
29 * 29 *
30 * @param avctx codec context 30 * @param avctx codec context
31 * @param pic destination frame 31 * @param pic destination frame
32 * @param depth bit depth 32 * @param depth bit depth
33 * @param data input stream 33 * @param data input stream