summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2010-05-23 19:14:59 +0000
committerJai Menon <jmenon86@gmail.com>2010-05-23 19:14:59 +0000
commite53ca636d90e4484361dfea7e3017b9697725a00 (patch)
treee7a7c7d9230cda7709f7ade1d7ba3adf1f18459a /ffplay.c
parent3635c07bd1d1202e98f439f3b5389ff142d87cc3 (diff)
Cosmetics : re-indent after last commit.
Originally committed as revision 23265 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 7b208480f0..2e2149e9a2 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1592,7 +1592,7 @@ static int input_get_buffer(AVCodecContext *codec, AVFrame *pic)
unsigned vshift = i == 0 ? 0 : av_pix_fmt_descriptors[ref->pic->format].log2_chroma_h;
if (ref->data[i]) {
- ref->data[i] += (edge >> hshift) + ((edge * ref->linesize[i]) >> vshift);
+ ref->data[i] += (edge >> hshift) + ((edge * ref->linesize[i]) >> vshift);
}
pic->data[i] = ref->data[i];
pic->linesize[i] = ref->linesize[i];