| Index: source/patched-ffmpeg-mt/libavcodec/imgconvert.h
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavcodec/imgconvert.h (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavcodec/imgconvert.h (working copy)
|
| @@ -33,9 +33,10 @@
|
|
|
| attribute_deprecated
|
| int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, enum PixelFormat pix_fmt, int height);
|
| -#endif
|
|
|
| +attribute_deprecated
|
| int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
|
| +#endif
|
|
|
| int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt);
|
|
|
|
|