mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e23884046d
commit
d9fea0b588
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ enum PixelFormat {
|
|||
PIX_FMT_YUV422,
|
||||
PIX_FMT_RGB24,
|
||||
PIX_FMT_BGR24,
|
||||
PIX_FMT_YUV422P,
|
||||
PIX_FMT_YUV444P,
|
||||
};
|
||||
|
||||
/* in bytes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue