diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-17 18:03:47 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-23 01:56:58 +0100 |
commit | 6f6c0294646bf992abd670d4c5c53c15a38346fd (patch) | |
tree | 7ed6dd8e6c4732539bb94a675c88c73c0f799ac9 /libavcodec/mpegvideo.h | |
parent | d5717bc4e9cc253a933ae8130eea3a9c8bc33c0b (diff) | |
download | ffmpeg-6f6c0294646bf992abd670d4c5c53c15a38346fd.tar.gz |
lavc: drop ff_pixfmt_list_420
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 8a95f9a6e6..af2281ed51 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -735,8 +735,6 @@ void ff_MPV_motion(MpegEncContext *s, */ int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared); -extern const enum AVPixelFormat ff_pixfmt_list_420[]; - /** * permute block according to permuatation. * @param last last non zero element in scantable order |