]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261.h
Add ASUS V1/V2 decoder codec long names.
[ffmpeg] / libavcodec / h261.h
index b0ce1bb991317b656b770139890621e3b80fdef3..f0ce7c366a777a3d2e559fe76c346c7792c1f4e8 100644 (file)
@@ -25,6 +25,9 @@
  * h261codec.
  */
 
+#ifndef FFMPEG_H261_H
+#define FFMPEG_H261_H
+
 #include "mpegvideo.h"
 
 /**
@@ -43,3 +46,6 @@ typedef struct H261Context{
     int gob_start_code_skipped; // 1 if gob start code is already read before gob header is read
 }H261Context;
 
+#define MB_TYPE_H261_FIL 0x800000
+
+#endif /* FFMPEG_H261_H */