]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/raw.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / raw.h
index 1110114e2539908493fc40675f042faf393fe86c..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.
  *
  */
 
 /**
- * @file raw.h
+ * @file libavcodec/raw.h
  * 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 */