diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-05-23 19:14:59 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-05-23 19:14:59 +0000 |
commit | e53ca636d90e4484361dfea7e3017b9697725a00 (patch) | |
tree | e7a7c7d9230cda7709f7ade1d7ba3adf1f18459a /ffplay.c | |
parent | 3635c07bd1d1202e98f439f3b5389ff142d87cc3 (diff) | |
download | ffmpeg-e53ca636d90e4484361dfea7e3017b9697725a00.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |