comparison aiff.c @ 2545:213268d7594e libavformat

move unrelated functions declarations out of allformats.h
author aurel
date Tue, 11 Sep 2007 09:27:46 +0000
parents b21c2af60bc9
children d52c718e83f9
comparison
equal deleted inserted replaced
2544:0318af3025dd 2545:213268d7594e
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
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 #include "avformat.h" 21 #include "avformat.h"
22 #include "allformats.h" 22 #include "raw.h"
23 #include "riff.h" 23 #include "riff.h"
24 #include "intfloat_readwrite.h" 24 #include "intfloat_readwrite.h"
25 25
26 static const AVCodecTag codec_aiff_tags[] = { 26 static const AVCodecTag codec_aiff_tags[] = {
27 { CODEC_ID_PCM_S16BE, MKTAG('N','O','N','E') }, 27 { CODEC_ID_PCM_S16BE, MKTAG('N','O','N','E') },