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 | a03f20210e536e791bf95179cacc6308a60c5701 (patch) | |
tree | 30397a1e9adcd19f472365c1af58a8bb2e2e8611 /ChangeLog | |
parent | 143e26e9ea8de0aacbe49ea2a6e0b84bbadccb4f (diff) | |
download | gst-plugins-bad-a03f20210e536e791bf95179cacc6308a60c5701.tar.gz gst-plugins-bad-a03f20210e536e791bf95179cacc6308a60c5701.tar.bz2 gst-plugins-bad-a03f20210e536e791bf95179cacc6308a60c5701.zip |
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.)
Diffstat (limited to 'ChangeLog')
-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> |