comparison rtpdec_amr.c @ 6339:491eea5c52d6 libavformat

Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
author mstorsjo
date Fri, 30 Jul 2010 12:04:27 +0000
parents a2e2f11f6124
children
comparison
equal deleted inserted replaced
6338:999cadc26c23 6339:491eea5c52d6
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 21
22 #include "avformat.h" 22 #include "avformat.h"
23 #include "rtpdec_amr.h" 23 #include "rtpdec_formats.h"
24 #include "libavutil/avstring.h" 24 #include "libavutil/avstring.h"
25 25
26 static const uint8_t frame_sizes_nb[16] = { 26 static const uint8_t frame_sizes_nb[16] = {
27 12, 13, 15, 17, 19, 20, 26, 31, 5, 0, 0, 0, 0, 0, 0, 0 27 12, 13, 15, 17, 19, 20, 26, 31, 5, 0, 0, 0, 0, 0, 0, 0
28 }; 28 };