]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/raw.h
Remove redundant nnz variable.
[ffmpeg] / libavcodec / raw.h
index 1110114e2539908493fc40675f042faf393fe86c..2fbf2d660530bb9f55b97cd34a25a1d4730847ec 100644 (file)
  * Raw Video Codec
  */
 
-#ifndef FFMPEG_RAW_H
-#define FFMPEG_RAW_H
+#ifndef AVCODEC_RAW_H
+#define AVCODEC_RAW_H
 
 #include "avcodec.h"
 
 typedef struct PixelFormatTag {
-    int pix_fmt;
+    enum PixelFormat pix_fmt;
     unsigned int fourcc;
 } PixelFormatTag;
 
 extern const PixelFormatTag ff_raw_pixelFormatTags[];
 
-#endif /* FFMPEG_RAW_H */
+#endif /* AVCODEC_RAW_H */