From 82390f57d1714fdc952c15ba91511d93f2e59bfc Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 8 Jan 2012 19:50:31 -0500 Subject: avcodec: add GSM parser The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps. --- libavcodec/gsmdec_data.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavcodec/gsmdec_data.h') diff --git a/libavcodec/gsmdec_data.h b/libavcodec/gsmdec_data.h index 21789f725b..2ff2322ab1 100644 --- a/libavcodec/gsmdec_data.h +++ b/libavcodec/gsmdec_data.h @@ -25,11 +25,6 @@ #include #include "avcodec.h" -// input and output sizes in byte -#define GSM_BLOCK_SIZE 33 -#define GSM_MS_BLOCK_SIZE 65 -#define GSM_FRAME_SIZE 160 - typedef struct { AVFrame frame; // Contains first 120 elements from the previous frame -- cgit v1.2.3