mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavf/pcmdec: Try to fix msvc compilation after 4c42d306
.
This commit is contained in:
parent
bba6a03b28
commit
f866f22c3f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user