Commit f866f22c authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/pcmdec: Try to fix msvc compilation after 4c42d306.

parent bba6a03b
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment