diff mpegvideo.h @ 11495:2029a714b794 libavcodec

Add ff_ prefix for mpeg2_dc_scale_table.
author michael
date Mon, 15 Mar 2010 22:49:46 +0000
parents ed6cd3544622
children 7dd2a45249a9
line wrap: on
line diff
--- a/mpegvideo.h	Mon Mar 15 21:27:13 2010 +0000
+++ b/mpegvideo.h	Mon Mar 15 22:49:46 2010 +0000
@@ -774,7 +774,7 @@
 
 /* mpeg12.c */
 extern const uint8_t ff_mpeg1_dc_scale_table[128];
-extern const uint8_t * const mpeg2_dc_scale_table[4];
+extern const uint8_t * const ff_mpeg2_dc_scale_table[4];
 
 void mpeg1_encode_picture_header(MpegEncContext *s, int picture_number);
 void mpeg1_encode_mb(MpegEncContext *s,