]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/genh.c
avformat/genh: Mark coef_splitted as av_unused
[ffmpeg] / libavformat / genh.c
index d8723d51a3a0deb435c303b42af5d0ba0c64f686..cb1a02f277d8871ad78ec77638615e328c8cbe0f 100644 (file)
@@ -42,7 +42,7 @@ static int genh_read_header(AVFormatContext *s)
 {
     unsigned start_offset, header_size, codec, coef_type, coef[2];
     GENHDemuxContext *c = s->priv_data;
-    unsigned coef_splitted[2];
+    av_unused unsigned coef_splitted[2];
     int align, ch, ret;
     AVStream *st;