]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/gsmdec_data.h
Fix VDPAU decoding for some H264 samples.
[ffmpeg] / libavcodec / gsmdec_data.h
index 6b05bf6c973ca7dfebae5fcb80eea952a3250426..bb4f159c60ef74f129c56604619aaf90786e0031 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef GSMDEC_DATA
-#define GSMDEC_DATA
+#ifndef AVCODEC_GSMDEC_DATA
+#define AVCODEC_GSMDEC_DATA
 
 #include <stdint.h>
 
@@ -44,4 +44,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
+#endif /* AVCODEC_GSMDEC_DATA */