summaryrefslogtreecommitdiff
path: root/libavcodec/raw.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-02 22:00:53 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-02 22:00:53 +0000
commit48a783f3d7976e54bd1abe2182138181e17d639f (patch)
tree16058dad8d305835f9be491d4bdfd173bbd3139a /libavcodec/raw.c
parentfa586439936beb5a1cd7a1a605ce70120c03cfbb (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.c5
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') },