diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-07 23:42:24 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-11-07 23:42:24 +0000 |
commit | c16d6c50617bb2a5e378be918d03f43c6562a491 (patch) | |
tree | 32206f4a7792688559cd01dd28ad03b9eab35aca /libavcodec/msmpeg4.c | |
parent | cc6de104f856dc747cabcbb96706f09b8a1b251e (diff) | |
download | ffmpeg-c16d6c50617bb2a5e378be918d03f43c6562a491.tar.gz |
cosmetics: indentation
Originally committed as revision 10952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r-- | libavcodec/msmpeg4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index 8f713505d1..420dc4dc67 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -1138,7 +1138,7 @@ int ff_msmpeg4_decode_init(MpegEncContext *s) break; case 5: if (ENABLE_WMV2_DECODER) - s->decode_mb= ff_wmv2_decode_mb; + s->decode_mb= ff_wmv2_decode_mb; case 6: //FIXME + TODO VC1 decode mb break; |