comparison ptx.c @ 9805:7d851240d479 libavcodec

ptx image decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:35:36 +0000
parents 6cd9e789dd9e
children 266bf83f634d
comparison
equal deleted inserted replaced
9804:00581e706e1d 9805:7d851240d479
112 sizeof(PTXContext), 112 sizeof(PTXContext),
113 ptx_init, 113 ptx_init,
114 NULL, 114 NULL,
115 ptx_end, 115 ptx_end,
116 ptx_decode_frame, 116 ptx_decode_frame,
117 0, 117 CODEC_CAP_DR1,
118 NULL, 118 NULL,
119 .long_name = NULL_IF_CONFIG_SMALL("V.Flash PTX image"), 119 .long_name = NULL_IF_CONFIG_SMALL("V.Flash PTX image"),
120 }; 120 };