Re: [libav-devel] [PATCH 3/5] lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h

2013-11-04 Thread Vittorio Giovara
On Mon, Nov 4, 2013 at 8:56 AM, Anton Khirnov an...@khirnov.net wrote: They are mpegvideo-specific and not supposed to be used by callers. --- libavcodec/avcodec.h |2 ++ libavcodec/mpegvideo.h | 24 libavcodec/version.h |3 +++ 3 files changed, 29

[libav-devel] [PATCH 3/5] lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h

2013-11-03 Thread Anton Khirnov
They are mpegvideo-specific and not supposed to be used by callers. --- libavcodec/avcodec.h |2 ++ libavcodec/mpegvideo.h | 24 libavcodec/version.h |3 +++ 3 files changed, 29 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index