Commit 2a6874fd authored by Fabrice Bellard's avatar Fabrice Bellard

removed warnings

Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7322a67c
......@@ -29,7 +29,8 @@ typedef struct DVDemuxContext {
static int dv_read_header(AVFormatContext *s,
AVFormatParameters *ap)
{
AVStream *vst, *ast;
AVStream *vst;
// AVStream *ast;
vst = av_new_stream(s, 0);
if (!vst)
......
......@@ -82,7 +82,7 @@ int raw_read_packet(AVFormatContext *s,
AVPacket *pkt)
{
int ret, size;
AVStream *st = s->streams[0];
// AVStream *st = s->streams[0];
size= RAW_PACKET_SIZE;
......
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