mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.)
This commit is contained in:
parent
ba3f9d8b3d
commit
dc526c7acc
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue