1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-23 04:24:35 +02:00
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:13 +00:00
2009-02-09 11:17:54 +00:00
2009-01-09 03:05:11 +00:00
2009-02-09 11:17:54 +00:00
2009-03-18 13:52:56 +00:00
2009-03-03 13:11:10 +00:00
2009-03-03 02:00:47 +00:00
2009-01-16 17:20:17 +00:00
2009-02-08 23:24:26 +00:00
2009-03-20 21:32:30 +00:00
2009-02-20 02:00:44 +00:00
2009-03-22 18:59:45 +00:00
2009-03-03 05:18:39 +00:00
2009-03-13 14:10:49 +00:00
2009-02-19 23:08:23 +00:00
2009-03-16 12:47:43 +00:00
2009-03-19 21:23:39 +00:00
2009-03-20 13:02:15 +00:00
2009-03-18 14:14:56 +00:00
2009-02-22 00:56:55 +00:00
2009-02-21 17:17:09 +00:00
2009-02-24 18:27:52 +00:00
2009-02-24 18:27:52 +00:00
2009-02-24 18:27:52 +00:00
2009-01-30 20:39:39 +00:00
2009-03-19 21:36:59 +00:00
2009-02-22 20:48:12 +00:00
2009-02-08 23:28:21 +00:00
2009-02-19 17:54:23 +00:00
2009-02-24 18:27:52 +00:00
2009-02-01 16:14:54 +00:00