Cosmetics : re-indent after last commit.
backport r23265 by jai_menon Originally committed as revision 23327 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
This commit is contained in:
parent
2c3439b008
commit
12ca60ec15
2
ffplay.c
2
ffplay.c
@ -1594,7 +1594,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;
|
unsigned vshift = i == 0 ? 0 : av_pix_fmt_descriptors[ref->pic->format].log2_chroma_h;
|
||||||
|
|
||||||
if (ref->data[i]) {
|
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->data[i] = ref->data[i];
|
||||||
pic->linesize[i] = ref->linesize[i];
|
pic->linesize[i] = ref->linesize[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user