Mercurial > libavcodec.hg
comparison allcodecs.c @ 12024:fdafbcef52f5 libavcodec
Fix grammar errors in documentation
author | mru |
---|---|
date | Wed, 30 Jun 2010 15:38:06 +0000 |
parents | f2007d7c3f1d |
children | 11b27985b3d0 |
comparison
equal
deleted
inserted
replaced
12023:c7455450364d | 12024:fdafbcef52f5 |
---|---|
1 /* | 1 /* |
2 * Provides registration of all codecs, parsers and bitstream filters for libavcodec. | 2 * Provide registration of all codecs, parsers and bitstream filters for libavcodec. |
3 * Copyright (c) 2002 Fabrice Bellard | 3 * Copyright (c) 2002 Fabrice Bellard |
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 |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 | 21 |
22 /** | 22 /** |
23 * @file | 23 * @file |
24 * Provides registration of all codecs, parsers and bitstream filters for libavcodec. | 24 * Provide registration of all codecs, parsers and bitstream filters for libavcodec. |
25 */ | 25 */ |
26 | 26 |
27 #include "avcodec.h" | 27 #include "avcodec.h" |
28 | 28 |
29 #define REGISTER_HWACCEL(X,x) { \ | 29 #define REGISTER_HWACCEL(X,x) { \ |