comparison msrledec.h @ 9684:c1ed557cd3b8 libavcodec

cosmetics: Fix some typos.
author diego
date Fri, 22 May 2009 17:14:22 +0000
parents f874e1d5cf07
children fdafbcef52f5
comparison
equal deleted inserted replaced
9683:815664144471 9684:c1ed557cd3b8
1 /* 1 /*
2 * Micrsoft RLE Decoder 2 * Microsoft RLE decoder
3 * Copyright (C) 2008 Konstantin Shishkov 3 * Copyright (C) 2008 Konstantin Shishkov
4 * 4 *
5 * This file is part of FFmpeg. 5 * This file is part of FFmpeg.
6 * 6 *
7 * FFmpeg is free software; you can redistribute it and/or 7 * FFmpeg is free software; you can redistribute it and/or
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 * decode stream in MS RLE format into frame 28 * Decodes 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