mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
indentation
Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1ba3bae800
commit
811d914652
@ -505,7 +505,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const
|
|||||||
c->pic.key_frame = 0;
|
c->pic.key_frame = 0;
|
||||||
c->pic.pict_type = FF_P_TYPE;
|
c->pic.pict_type = FF_P_TYPE;
|
||||||
if(c->decomp_len)
|
if(c->decomp_len)
|
||||||
c->decode_xor(c);
|
c->decode_xor(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* update frames */
|
/* update frames */
|
||||||
|
Loading…
Reference in New Issue
Block a user