1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

Please keep original copyright heading and attribution lines...

Originally committed as revision 15831 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2008-11-15 20:19:20 +00:00
parent 86b0affd08
commit 8257d2ad51

View File

@ -1,5 +1,5 @@
/* /*
* part of QCELP decoder * QCELP decoder
* Copyright (c) 2007 Reynaldo H. Verdejo Pinochet * Copyright (c) 2007 Reynaldo H. Verdejo Pinochet
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
@ -22,6 +22,12 @@
#ifndef AVCODEC_QCELPDATA_H #ifndef AVCODEC_QCELPDATA_H
#define AVCODEC_QCELPDATA_H #define AVCODEC_QCELPDATA_H
/**
* @file qcelpdata.h
* QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
*/
#include <stdint.h> #include <stdint.h>
/** /**