]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideo.h
Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
[ffmpeg] / libavcodec / roqvideo.h
index 6fc7161c8a96543cdc9faf37f4a62a49ec8367a8..2f9493d3b6c0f5cca477e2b254562ab7d112020d 100644 (file)
 #include "bytestream.h"
 #include "dsputil.h"
 
-typedef struct {
+typedef struct roq_cell {
     unsigned char y[4];
     unsigned char u, v;
 } roq_cell;
 
-typedef struct {
+typedef struct roq_qcell {
     int idx[4];
 } roq_qcell;
 
-typedef struct {
+typedef struct motion_vect {
     int d[2];
 } motion_vect;