diff options
author | Stefano Sabatini | 2010-06-02 22:00:53 +0000 |
---|---|---|
committer | Stefano Sabatini | 2010-06-02 22:00:53 +0000 |
commit | 48a783f3d7976e54bd1abe2182138181e17d639f (patch) | |
tree | 16058dad8d305835f9be491d4bdfd173bbd3139a /libavcodec/raw.c | |
parent | fa586439936beb5a1cd7a1a605ce70120c03cfbb (diff) |
Remove weird empty line and perform vertical align.
Originally committed as revision 23435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/raw.c')
-rw-r--r-- | libavcodec/raw.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/raw.c b/libavcodec/raw.c index 8d63f56fa9..176b624888 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -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') }, |