| 203 | }; |
| 204 | |
| 205 | enum AVPixelFormat |
| 206 | { |
| 207 | AV_PIX_FMT_NONE = -1 |
| 208 | }; |
| 209 | |
| 210 | /* The order / numbering of the values in this enum changes depending on the libavcodec version |
| 211 | * number or even how the library was compiled. The id for AV_CODEC_ID_NONE is always 0. Update In |