[FFmpeg-cvslog] lavf/pcmdec: Try to fix msvc compilation after 4c42d306.
Carl Eugen Hoyos
git at videolan.org
Thu Aug 18 10:46:29 EEST 2016
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Aug 18 09:45:25 2016 +0200| [f866f22c3f581d776d1592f337809fb4a8036564] | committer: Carl Eugen Hoyos
lavf/pcmdec: Try to fix msvc compilation after 4c42d306.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f866f22c3f581d776d1592f337809fb4a8036564
---
libavformat/pcmdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/pcmdec.c b/libavformat/pcmdec.c
index f496417..3c7e8ac 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",
More information about the ffmpeg-cvslog
mailing list