comparison rpl.c @ 5913:11bb10c37225 libavformat

Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. Patch by Jean-Daniel Dupas, devlists shadowlab org
author cehoyos
date Wed, 31 Mar 2010 12:29:58 +0000
parents 536e5527c1e0
children f74198942337
comparison
equal deleted inserted replaced
5912:10f577d87c71 5913:11bb10c37225
342 } 342 }
343 343
344 // None of the Escape formats have keyframes, and the ADPCM 344 // None of the Escape formats have keyframes, and the ADPCM
345 // format used doesn't have keyframes. 345 // format used doesn't have keyframes.
346 if (rpl->chunk_number == 0 && rpl->frame_in_part == 0) 346 if (rpl->chunk_number == 0 && rpl->frame_in_part == 0)
347 pkt->flags |= PKT_FLAG_KEY; 347 pkt->flags |= AV_PKT_FLAG_KEY;
348 348
349 return ret; 349 return ret;
350 } 350 }
351 351
352 AVInputFormat rpl_demuxer = { 352 AVInputFormat rpl_demuxer = {