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

This commit is contained in:
Carl Eugen Hoyos 2016-08-18 09:45:25 +02:00
parent bba6a03b28
commit f866f22c3f
1 changed files with 1 additions and 1 deletions

View File

@ -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",