Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-05-11 17:34:57 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-05-11 17:34:57 +0300
commit27506aceda8115f82f89691a4441d62a8cf24a6e (patch)
tree64bbdcb980a0435f6052f4eb32b5ff724095327a /libavcodec/dcadata.c
parentce3037ac8ee7c7fb3e5d2c6e46d51dfecc549cff (diff)
avcodec/dca_lbr: explicitly initialize structs with zero
This fixes build on MSVC and conforms to the usual init style used.
Diffstat (limited to 'libavcodec/dcadata.c')
-rw-r--r--libavcodec/dcadata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dcadata.c b/libavcodec/dcadata.c
index 99e5311991..53be01d1e7 100644
--- a/libavcodec/dcadata.c
+++ b/libavcodec/dcadata.c
@@ -8830,7 +8830,7 @@ const uint8_t ff_dca_grid_1_weights[12][32] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 18, 37, 55, 73, 91, 110, 128,
}, {
- /* empty */
+ 0 /* empty */
}
};