diff options
author | David Schleef <ds@schleef.org> | 2004-12-19 03:20:26 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-12-19 03:20:26 +0000 |
commit | c1108bea4034da3be555e6a03e6b35c3b443cf47 (patch) | |
tree | bec1f96ad917bd7e0b9e921b7c0b70f43dd6b2c4 | |
parent | 54752ea6e0143158eccf8459d4df83ae21a97dae (diff) |
gst/ffmpegcolorspace/imgconvert.c: Fix code to not use GCC extensions (and c99 extensions that
Original commit message from CVS:
* gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
(avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
(avcodec_get_pix_fmt), (avpicture_layout),
(avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
(get_convert_table_entry), (img_convert), (img_get_alpha_info):
Fix code to not use GCC extensions (and c99 extensions that
Forte does not like.)
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-12-18 David Schleef <ds@schleef.org> + + * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info), + (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name), + (avcodec_get_pix_fmt), (avpicture_layout), + (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy), + (get_convert_table_entry), (img_convert), (img_get_alpha_info): + Fix code to not use GCC extensions (and c99 extensions that + Forte does not like.) + 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |