Changes between Initial Version and Version 1 of Ticket #2578, comment 5
- Timestamp:
- Jun 29, 2013, 11:50:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2578, comment 5
initial v1 1 {{{ 1 2 AVPixelFormat list[] = {PIX_FMT_PAL8, PIX_FMT_GRAY8}; 2 3 AVPixelFormat src = PIX_FMT_GRAY8; … … 4 5 AVPixelFormat res = avcodec_find_best_pix_fmt_of_list(list, src, 0, 0); 5 6 //res is PIX_FMT_PAL8 instead of PIX_FMT_GRAY8 7 }}}


