Even more -Wall fixes - and added -Wall to test makefiles to actually catch them...

This commit is contained in:
Nicolay Korslund 2010-08-13 16:52:29 +02:00
parent 1ba1998223
commit 160e8655d2
9 changed files with 15 additions and 12 deletions

View file

@ -18,7 +18,7 @@ class FFMpegSource : public SampleSource
{
AVFormatContext *FmtCtx;
AVCodecContext *CodecCtx;
int StreamNum;
unsigned int StreamNum;
std::vector<uint8_t> storage;