]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/raw.h
imc: fix undefined float to int conversion
[ffmpeg] / libavcodec / raw.h
index e600dca395358544302748c523771fe826992541..4eece61e971daaf4aa87558e5690d9242996340a 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
  * Raw Video Codec
  */
 
 #include "avcodec.h"
 
 typedef struct PixelFormatTag {
-    int pix_fmt;
+    enum PixelFormat pix_fmt;
     unsigned int fourcc;
 } PixelFormatTag;
 
-extern const PixelFormatTag ff_raw_pixelFormatTags[];
+extern const PixelFormatTag ff_raw_pix_fmt_tags[];
 
 #endif /* AVCODEC_RAW_H */