Mercurial > libavcodec.hg
comparison mpegvideo.c @ 9060:f49b1c1d2c16 libavcodec
Add ff_hwaccel_pixfmt_list_420[] definition.
Patch by Gwenole Beauchesne.
author | benoit |
---|---|
date | Fri, 27 Feb 2009 08:09:23 +0000 |
parents | 0f95e4f0a3f5 |
children | 520877b559cb |
comparison
equal
deleted
inserted
replaced
9059:3c5920f57063 | 9060:f49b1c1d2c16 |
---|---|
74 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, | 74 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, |
75 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, | 75 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, |
76 }; | 76 }; |
77 | 77 |
78 const enum PixelFormat ff_pixfmt_list_420[] = { | 78 const enum PixelFormat ff_pixfmt_list_420[] = { |
79 PIX_FMT_YUV420P, | |
80 PIX_FMT_NONE | |
81 }; | |
82 | |
83 const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = { | |
79 PIX_FMT_YUV420P, | 84 PIX_FMT_YUV420P, |
80 PIX_FMT_NONE | 85 PIX_FMT_NONE |
81 }; | 86 }; |
82 | 87 |
83 const uint8_t *ff_find_start_code(const uint8_t * restrict p, const uint8_t *end, uint32_t * restrict state){ | 88 const uint8_t *ff_find_start_code(const uint8_t * restrict p, const uint8_t *end, uint32_t * restrict state){ |