comparison avformat.h @ 6215:ccb05424c391 libavformat

Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each.
author diego
date Fri, 02 Jul 2010 10:49:29 +0000
parents 209c43ef17af
children 3f6559c501e3
comparison
equal deleted inserted replaced
6214:23e04fb7656e 6215:ccb05424c391
1257 * function, so they cannot be used after it. Note that calling av_free_packet() 1257 * function, so they cannot be used after it. Note that calling av_free_packet()
1258 * on them is still safe. 1258 * on them is still safe.
1259 * 1259 *
1260 * @param s media file handle 1260 * @param s media file handle
1261 * @param out the interleaved packet will be output here 1261 * @param out the interleaved packet will be output here
1262 * @param in the input packet 1262 * @param pkt the input packet
1263 * @param flush 1 if no further packets are available as input and all 1263 * @param flush 1 if no further packets are available as input and all
1264 * remaining packets should be output 1264 * remaining packets should be output
1265 * @return 1 if a packet was output, 0 if no packet could be output, 1265 * @return 1 if a packet was output, 0 if no packet could be output,
1266 * < 0 if an error occurred 1266 * < 0 if an error occurred
1267 */ 1267 */