diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2008-11-15 20:19:20 +0000 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2008-11-15 20:19:20 +0000 |
commit | 8257d2ad511e9b98ceb8bf26cf7f8477da87300b (patch) | |
tree | 7f419baebc5b67b2e128e9409443c80de23b7adb | |
parent | 86b0affd0895235b9aab8ef1edd5f182000fabd2 (diff) | |
download | ffmpeg-streaming-8257d2ad511e9b98ceb8bf26cf7f8477da87300b.zip ffmpeg-streaming-8257d2ad511e9b98ceb8bf26cf7f8477da87300b.tar.gz |
Please keep original copyright heading and attribution lines...
Originally committed as revision 15831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/qcelpdata.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index 856f11d..d02312b 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -1,5 +1,5 @@ /* - * part of QCELP decoder + * QCELP decoder * Copyright (c) 2007 Reynaldo H. Verdejo Pinochet * * This file is part of FFmpeg. @@ -22,6 +22,12 @@ #ifndef AVCODEC_QCELPDATA_H #define AVCODEC_QCELPDATA_H +/** + * @file qcelpdata.h + * QCELP decoder + * @author Reynaldo H. Verdejo Pinochet + */ + #include <stdint.h> /** |