This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mxfdec: add missing break
CC:
libav-stable@libav.org
Bug-Id: CID 732232
tags/n2.5
Vittorio Giovara
10 years ago
parent
28c020d4df
commit
ad6b00d85f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
Write
Preview
Loading…
Cancel
Save