Commit 469f8b1d authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: Fix assert failure

Fixes Ticket1674
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 19d89549
......@@ -443,6 +443,8 @@ static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFor
meta = &context->programs[index]->metadata;\
break;\
default: av_assert0(0);\
case 's':\
break;\
}\
SET_DICT(type_in, meta_in, ic, idx_in);
......
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