diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-08 20:58:56 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-08 20:58:56 +0000 |
commit | 4606ac8dee9985bae07fcd0c0e04d6e2c63d6dc5 (patch) | |
tree | 77d66364faa3acdb066fdab3999e641cc75468bc /libav/avio.h | |
parent | a266644f560f5292eea477093fb9183099f3921b (diff) | |
download | ffmpeg-4606ac8dee9985bae07fcd0c0e04d6e2c63d6dc5.tar.gz |
* some minor modification by Philip Gladston
* grab containes new code
Originally committed as revision 388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avio.h')
-rw-r--r-- | libav/avio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/avio.h b/libav/avio.h index faa2b547de..cfe9ee340a 100644 --- a/libav/avio.h +++ b/libav/avio.h @@ -19,7 +19,7 @@ typedef struct URLFormat { int channels; int height; int width; - int pix_fmt; + enum PixelFormat pix_fmt; } URLFormat; typedef struct URLContext URLContext; |