Changeset 3919 for trunk


Ignore:
Timestamp:
Sep 12, 2013 6:40:40 PM (11 years ago)
Author:
ldelgass
Message:

Fix a few unused variable warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/video/RpVideo.c

    r3177 r3919  
    936936    int nrel, nabs, seekFlags, gotframe;
    937937    int64_t nseek;
    938     AVCodecContext *vcodecCtx;
    939938    AVStream *vstreamPtr;
    940939
     
    947946        return -1;
    948947    }
    949     vcodecCtx = vidPtr->pFormatCtx->streams[vidPtr->videoStream]->codec;
    950948
    951949    nabs = n;
     
    15401538{
    15411539    double duration;
    1542     AVCodecContext *vcodecCtx;
    15431540    AVStream *vstreamPtr;
    15441541    AVRational hundred;
     
    15591556    }
    15601557
    1561     vcodecCtx = vidPtr->pFormatCtx->streams[vidPtr->videoStream]->codec;
    15621558    vstreamPtr = vidPtr->pFormatCtx->streams[vidPtr->videoStream];
    15631559
     
    15741570{
    15751571    int frames;
    1576     AVCodecContext *vcodecCtx;
    15771572    AVStream *vstreamPtr;
    15781573    AVRational hundred;
     
    15921587    }
    15931588
    1594     vcodecCtx = vidPtr->pFormatCtx->streams[vidPtr->videoStream]->codec;
    15951589    vstreamPtr = vidPtr->pFormatCtx->streams[vidPtr->videoStream];
    15961590
Note: See TracChangeset for help on using the changeset viewer.