mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 20:10:09 +01:00
dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavutil/attributes.h"
|
|
||||||
#include "dv_vlc_data.h"
|
#include "dv_vlc_data.h"
|
||||||
|
|
||||||
#if CONFIG_SMALL
|
#if CONFIG_SMALL
|
||||||
@@ -48,7 +47,7 @@ typedef struct dv_vlc_pair {
|
|||||||
#else
|
#else
|
||||||
static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
|
static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
|
||||||
|
|
||||||
static void av_unused dv_vlc_map_tableinit(void)
|
static void dv_vlc_map_tableinit(void)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
for (i = 0; i < NB_DV_VLC - 1; i++) {
|
for (i = 0; i < NB_DV_VLC - 1; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user