From f866f22c3f581d776d1592f337809fb4a8036564 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 18 Aug 2016 09:45:25 +0200 Subject: [PATCH] lavf/pcmdec: Try to fix msvc compilation after 4c42d306. --- libavformat/pcmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/pcmdec.c b/libavformat/pcmdec.c index f496417868..3c7e8ac84b 100644 --- a/libavformat/pcmdec.c +++ b/libavformat/pcmdec.c @@ -111,8 +111,8 @@ AVInputFormat ff_pcm_ ## name_ ## _demuxer = { \ .flags = AVFMT_GENERIC_INDEX, \ .extensions = ext, \ .raw_codec_id = codec, \ - __VA_ARGS__ \ .priv_class = &name_ ## _demuxer_class, \ + __VA_ARGS__ \ }; PCMDEF(f64be, "PCM 64-bit floating-point big-endian",