Commit 53c6296a authored by michael's avatar michael

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14258 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2029609c
......@@ -2204,7 +2204,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
if(avctx->codec_id == CODEC_ID_SVQ3)
avctx->pix_fmt= PIX_FMT_YUVJ420P;
else
avctx->pix_fmt= PIX_FMT_YUV420P;
avctx->pix_fmt= PIX_FMT_YUV420P;
decode_init_vlc();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment