Browse Source

avformat/mxfenc: Remove unused variables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 10 years ago
parent
commit
009a57b479
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/mxfenc.c

+ 0
- 2
libavformat/mxfenc.c View File

@@ -2105,8 +2105,6 @@ static int mxf_write_opatom_packet(AVFormatContext *s, AVPacket *pkt, MXFIndexEn
{ {
MXFContext *mxf = s->priv_data; MXFContext *mxf = s->priv_data;
AVIOContext *pb = s->pb; AVIOContext *pb = s->pb;
AVStream *st = s->streams[pkt->stream_index];
MXFStreamContext *sc = st->priv_data;


int err; int err;




Loading…
Cancel
Save