gst/ffmpegcolorspace/gstffmpegcodecmap.c: Replace __VA_ARGS__ caps creation macros...
authorSebastien Moutte <sebastien@moutte.net>
Wed, 15 Mar 2006 11:30:29 +0000 (11:30 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 15 Mar 2006 11:30:29 +0000 (11:30 +0000)
commit942633c6650989462161ade9f3e3966d19ae14dc
treea0ddbe96af229fbeb242281a0600597f7311a7a6
parent36fa065dc959e61a4472e939f48a5a6abf7dedb3
gst/ffmpegcolorspace/gstffmpegcodecmap.c: Replace __VA_ARGS__ caps creation macros with varargs functions. looks nice...

Original commit message from CVS:
Patch by: Sebastien Moutte  <sebastien moutte net>
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
(gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
(gst_ffmpeg_smpfmt_to_caps):
Replace __VA_ARGS__ caps creation macros with varargs functions.
Makes things compile on MSVC (#320765), looks nicer, and we can
tell the compiler to check for the NULL terminator.
ChangeLog
gst/ffmpegcolorspace/gstffmpegcodecmap.c