Commit 9bf5e799 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/interplayvideo: cosmetics

parent f166951d
......@@ -1231,7 +1231,7 @@ static int ipvideo_decode_frame(AVCodecContext *avctx,
s->decoding_map_size = AV_RL16(buf + 4);
s->skip_map_size = AV_RL16(buf + 6);
switch(frame_format) {
switch (frame_format) {
case 0x06:
if (s->decoding_map_size) {
av_log(avctx, AV_LOG_ERROR, "Decoding map for format 0x06\n");
......@@ -1330,7 +1330,7 @@ static int ipvideo_decode_frame(AVCodecContext *avctx,
}
}
switch(frame_format) {
switch (frame_format) {
case 0x06:
ipvideo_decode_format_06_opcodes(s, frame);
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