Commit 009a57b4 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mxfenc: Remove unused variables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 40b198e9
......@@ -2105,8 +2105,6 @@ static int mxf_write_opatom_packet(AVFormatContext *s, AVPacket *pkt, MXFIndexEn
{
MXFContext *mxf = s->priv_data;
AVIOContext *pb = s->pb;
AVStream *st = s->streams[pkt->stream_index];
MXFStreamContext *sc = st->priv_data;
int err;
......
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