]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/raw.h
Support the new lossless mode.
[ffmpeg] / libavcodec / raw.h
index e600dca395358544302748c523771fe826992541..2fbf2d660530bb9f55b97cd34a25a1d4730847ec 100644 (file)
@@ -30,7 +30,7 @@
 #include "avcodec.h"
 
 typedef struct PixelFormatTag {
-    int pix_fmt;
+    enum PixelFormat pix_fmt;
     unsigned int fourcc;
 } PixelFormatTag;