summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-17 07:37:02 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2008-04-17 07:37:02 +0000
commit716e31ea1a273065ab10bdd65e22a147da36a0ca (patch)
tree60522297785e5cde67790cbe24f1f90c97fe5e12 /libavcodec/avcodec.h
parent748061de2f87e705b3e1250e9572b8ea16b73dc9 (diff)
Make two comments doxygen compatible.
Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f00eb37e42..fceda82cf3 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2238,8 +2238,8 @@ typedef struct AVCodec {
* Will be called when seeking
*/
void (*flush)(AVCodecContext *);
- const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
- const enum PixelFormat *pix_fmts; ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1
+ const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0}
+ const enum PixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminanted by -1
const char *long_name; ///< descriptive name for the codec, meant to be more human readable than \p name
} AVCodec;