mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Remove weird empty line and perform vertical align.
Originally committed as revision 23435 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fa58643993
commit
48a783f3d7
@ -43,9 +43,8 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
|
||||
{ PIX_FMT_YUVJ420P, MKTAG('Y', 'V', '1', '2') },
|
||||
{ PIX_FMT_YUVJ422P, MKTAG('Y', '4', '2', 'B') },
|
||||
{ PIX_FMT_YUVJ422P, MKTAG('P', '4', '2', '2') },
|
||||
{ PIX_FMT_GRAY8, MKTAG('Y', '8', '0', '0') },
|
||||
{ PIX_FMT_GRAY8, MKTAG(' ', ' ', 'Y', '8') },
|
||||
|
||||
{ PIX_FMT_GRAY8, MKTAG('Y', '8', '0', '0') },
|
||||
{ PIX_FMT_GRAY8, MKTAG(' ', ' ', 'Y', '8') },
|
||||
|
||||
{ PIX_FMT_YUYV422, MKTAG('Y', 'U', 'Y', '2') }, /* Packed formats */
|
||||
{ PIX_FMT_YUYV422, MKTAG('Y', '4', '2', '2') },
|
||||
|
Loading…
Reference in New Issue
Block a user