Stefano Sabatini
6e08ca9c51
Make the pixel formats which were defined as macros:
...
PIX_FMT_ARGB
PIX_FMT_RGBA
PIX_FMT_ABGR
PIX_FMT_BGRA
defined as enum PixelFormat values, and viceversa make:
PIX_FMT_RGB32
PIX_FMT_RGB32_1
PIX_FMT_BGR32
PIX_FMT_BGR32_1
defined as macros, also resort accordingly the enum PixelFormat
list.
Also make avcodec_get_pix_fmt() recognize the "rgb32" and "bgr32"
aliases, in order to make ffmpeg pass regressions test.
This change breaks ABI backward compatibility.
Originally committed as revision 18163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-22 22:50:19 +00:00
..
2009-03-05 21:20:10 +00:00
2009-02-01 02:00:19 +00:00
2009-02-01 02:00:19 +00:00
2009-02-01 02:00:19 +00:00
2009-03-19 01:10:30 +00:00
2008-08-31 07:39:47 +00:00
2009-03-20 11:48:27 +00:00
2009-01-28 17:48:26 +00:00
2009-01-29 22:12:36 +00:00
2009-01-28 23:16:49 +00:00
2009-03-22 22:50:19 +00:00
2009-02-08 21:19:04 +00:00
2009-02-08 21:23:15 +00:00
2009-02-01 02:00:19 +00:00
2009-02-22 00:13:23 +00:00
2008-08-31 07:39:47 +00:00
2009-01-28 23:16:49 +00:00
2009-01-28 00:16:05 +00:00
2009-03-08 14:51:25 +00:00
2009-02-03 16:45:42 +00:00
2009-03-09 17:47:47 +00:00
2009-03-09 17:47:47 +00:00
2009-02-01 02:00:19 +00:00
2009-02-01 02:00:19 +00:00
2009-03-21 16:16:04 +00:00
2009-02-01 02:00:19 +00:00
2008-08-31 07:39:47 +00:00
2009-01-13 23:44:16 +00:00
2009-03-21 16:14:21 +00:00
2009-01-28 00:16:05 +00:00
2009-03-20 11:40:05 +00:00
2008-08-31 07:39:47 +00:00
2009-02-22 17:53:14 +00:00
2009-03-09 10:24:47 +00:00
2009-03-08 15:02:12 +00:00
2009-02-02 20:42:06 +00:00
2009-03-21 17:28:38 +00:00
2009-03-09 10:24:47 +00:00
2009-01-28 08:50:10 +00:00
2009-01-28 00:16:05 +00:00
2008-08-31 07:39:47 +00:00
2009-02-21 20:38:27 +00:00
2009-02-01 02:00:19 +00:00
2009-03-20 11:48:27 +00:00
2009-02-01 02:00:19 +00:00
2009-03-22 22:50:19 +00:00
2009-03-08 01:28:14 +00:00
2009-03-15 16:36:36 +00:00
2009-02-01 02:00:19 +00:00
2009-02-01 02:00:19 +00:00
2009-03-08 15:02:12 +00:00
2009-02-03 14:20:55 +00:00
2009-01-28 00:16:05 +00:00
2008-08-31 07:39:47 +00:00
2009-03-20 00:23:13 +00:00
2009-01-28 00:16:05 +00:00
2009-02-01 02:00:19 +00:00
2009-03-20 11:48:27 +00:00
2009-02-01 02:00:19 +00:00
2008-08-08 19:50:35 +00:00
2009-03-19 14:49:47 +00:00