diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 11:32:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 11:32:04 +0000 |
commit | 983e3246b7528e6ffc0cc347d54b86e161140fe6 (patch) | |
tree | dcbb0c1222a0717ed687c3dabf0a35bf205bf044 /libavcodec/h263dec.c | |
parent | d33c949cd3292e6014c350afdbac91f6d2d66153 (diff) | |
download | ffmpeg-983e3246b7528e6ffc0cc347d54b86e161140fe6.tar.gz |
per file doxy
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index e1ee79a166..9d797f5e97 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -1,5 +1,5 @@ /* - * H263 decoder + * H.263 decoder * Copyright (c) 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or @@ -16,6 +16,12 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +/** + * @file h263dec.c + * H.263 decoder. + */ + #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" |