avcodec/interplayvideo: cosmetics

pull/324/head
Paul B Mahol 6 years ago
parent f166951d6e
commit 9bf5e7992f
  1. 4
      libavcodec/interplayvideo.c

@ -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;

Loading…
Cancel
Save