comparison amr.c @ 1371:6f00a1374023 libavformat

unused #define
author michael
date Tue, 10 Oct 2006 23:59:08 +0000
parents 49421e5b5335
children 1a3c9056982a
comparison
equal deleted inserted replaced
1370:49421e5b5335 1371:6f00a1374023
118 st->codec->codec_type = CODEC_TYPE_AUDIO; 118 st->codec->codec_type = CODEC_TYPE_AUDIO;
119 av_set_pts_info(st, 64, 1, st->codec->sample_rate); 119 av_set_pts_info(st, 64, 1, st->codec->sample_rate);
120 120
121 return 0; 121 return 0;
122 } 122 }
123
124 #define MAX_SIZE 32
125 123
126 static int amr_read_packet(AVFormatContext *s, 124 static int amr_read_packet(AVFormatContext *s,
127 AVPacket *pkt) 125 AVPacket *pkt)
128 { 126 {
129 AVCodecContext *enc = s->streams[0]->codec; 127 AVCodecContext *enc = s->streams[0]->codec;