tableprint: use the type name as-is for the functions' names.
This drops one parameter from the functions' macros, and require structures to be typedeffed, but ensures that it is possible to map 1-to-1 the type to the function name. Originally committed as revision 23820 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
#endif
|
||||
|
||||
/* VLC encoding lookup table */
|
||||
struct dv_vlc_pair {
|
||||
typedef struct dv_vlc_pair {
|
||||
uint32_t vlc;
|
||||
uint32_t size;
|
||||
};
|
||||
} dv_vlc_pair;
|
||||
|
||||
#if CONFIG_HARDCODED_TABLES
|
||||
#define dv_vlc_map_tableinit()
|
||||
|
||||
Reference in New Issue
Block a user