mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
removed warnings
Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7322a67c39
commit
2a6874fd24
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user