]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/raw.h
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
[ffmpeg] / libavcodec / raw.h
index e600dca395358544302748c523771fe826992541..824b8c719a46c791945d2f5d75c0cbcb01629c62 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Raw Video Codec
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file raw.h
+ * @file libavcodec/raw.h
  * Raw Video Codec
  */
 
@@ -30,7 +30,7 @@
 #include "avcodec.h"
 
 typedef struct PixelFormatTag {
-    int pix_fmt;
+    enum PixelFormat pix_fmt;
     unsigned int fourcc;
 } PixelFormatTag;