]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegutils.h
vc1dec: use get_bits_long and limit the read bits to 32
[ffmpeg] / libavcodec / mpegutils.h
index 6d59c2242400e346a24b75074d2e1d0a2197b9b3..37cc391c2336703beae0ee8149a315a1a2e4be21 100644 (file)
 #define CANDIDATE_MB_TYPE_DIRECT0    (1 << 12)
 
 
+enum OutputFormat {
+    FMT_MPEG1,
+    FMT_H261,
+    FMT_H263,
+    FMT_MJPEG,
+};
+
+
 /**
  * Draw a horizontal band if supported.
  *