Browse Source

mxfdec: add missing break

CC: libav-stable@libav.org
Bug-Id: CID 732232
tags/n2.5
Vittorio Giovara 10 years ago
parent
commit
ad6b00d85f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/mxfdec.c

+ 1
- 0
libavformat/mxfdec.c View File

@@ -1571,6 +1571,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
}
/* Turn field height into frame height. */
st->codec->height *= 2;
break;
default:
av_log(mxf->fc, AV_LOG_INFO,
"Unknown frame layout type: %d\n",


Loading…
Cancel
Save