diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 09:52:30 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 09:52:30 +0000 |
commit | 2a6874fd24388de531e3d1441fa8cd36517f5721 (patch) | |
tree | c743387e33a8a21d8a134b3ba54203676a00d213 /libavformat/raw.c | |
parent | 7322a67c39d6388f3ce29b63fa0b72d1d50d8fd0 (diff) | |
download | ffmpeg-2a6874fd24388de531e3d1441fa8cd36517f5721.tar.gz |
removed warnings
Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/raw.c')
-rw-r--r-- | libavformat/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c index 518206ea56..70185f8e42 100644 --- a/libavformat/raw.c +++ b/libavformat/raw.c @@ -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; |