]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/gsmdec_data.h
mpegvideo: increase edge_emu_buffer size for VC1
[ffmpeg] / libavcodec / gsmdec_data.h
index 2ff2322ab15929dc1cfded4d3f1db9eedb9863d4..2f3a2d29af6aae26091c8f1cbab064b16452ee4e 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_GSMDEC_DATA
-#define AVCODEC_GSMDEC_DATA
+#ifndef AVCODEC_GSMDEC_DATA_H
+#define AVCODEC_GSMDEC_DATA_H
 
 #include <stdint.h>
 #include "avcodec.h"
 
-typedef struct {
+typedef struct GSMContext {
     AVFrame frame;
     // Contains first 120 elements from the previous frame
     // (used by long_term_synth according to the "lag"),
@@ -41,4 +41,4 @@ typedef struct {
 extern const uint16_t ff_gsm_long_term_gain_tab[4];
 extern const int16_t ff_gsm_dequant_tab[64][8];
 
-#endif /* AVCODEC_GSMDEC_DATA */
+#endif /* AVCODEC_GSMDEC_DATA_H */