Index: patched-ffmpeg-mt/libswscale/rgb2rgb.h |
=================================================================== |
--- patched-ffmpeg-mt/libswscale/rgb2rgb.h (revision 41250) |
+++ patched-ffmpeg-mt/libswscale/rgb2rgb.h (working copy) |
@@ -60,6 +60,11 @@ |
void rgb15tobgr15(const uint8_t *src, uint8_t *dst, long src_size); |
void bgr8torgb8 (const uint8_t *src, uint8_t *dst, long src_size); |
+void shuffle_bytes_0321(const uint8_t *src, uint8_t *dst, long src_size); |
+void shuffle_bytes_1230(const uint8_t *src, uint8_t *dst, long src_size); |
+void shuffle_bytes_2103(const uint8_t *src, uint8_t *dst, long src_size); |
+void shuffle_bytes_3012(const uint8_t *src, uint8_t *dst, long src_size); |
+void shuffle_bytes_3210(const uint8_t *src, uint8_t *dst, long src_size); |
void palette8topacked32(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); |
void palette8topacked24(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); |