Fixed warning

This commit is contained in:
Robert Osfield
2009-06-23 11:33:59 +00:00
parent 719b6cf1bf
commit 085f2c19dd

View File

@@ -103,8 +103,8 @@ protected:
AVStream * m_audio_stream;
AVStream * m_video_stream;
unsigned int m_audio_index;
unsigned int m_video_index;
int m_audio_index;
int m_video_index;
FFmpegClocks m_clocks;
FFmpegPacket m_pending_packet;