Commit 0c5162a4 authored by aurel's avatar aurel

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10952 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ec27ff92
...@@ -1138,7 +1138,7 @@ int ff_msmpeg4_decode_init(MpegEncContext *s) ...@@ -1138,7 +1138,7 @@ int ff_msmpeg4_decode_init(MpegEncContext *s)
break; break;
case 5: case 5:
if (ENABLE_WMV2_DECODER) if (ENABLE_WMV2_DECODER)
s->decode_mb= ff_wmv2_decode_mb; s->decode_mb= ff_wmv2_decode_mb;
case 6: case 6:
//FIXME + TODO VC1 decode mb //FIXME + TODO VC1 decode mb
break; break;
......
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