Commit 4b8c599e authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/nutenc: fix missing break in switch

Fixes CID1163848
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 41003da9
......@@ -902,6 +902,7 @@ static int write_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int
put_s(dyn_bc, bytestream_get_le32(&data));
sm_data_count+=2;
}
break;
case AV_PKT_DATA_SKIP_SAMPLES:
if (AV_RL32(data)) {
put_str(dyn_bc, "SkipStart");
......
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