diff avcodec.h @ 11563:5111783be6ad libavcodec

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 dcf8221ed29f
children 2baae9246958
line wrap: on
line diff
--- a/avcodec.h	Wed Mar 31 03:55:42 2010 +0000
+++ b/avcodec.h	Wed Mar 31 12:29:58 2010 +0000
@@ -3445,7 +3445,7 @@
  * @param[in] avpkt The input AVpacket containing the input buffer.
  *            You can create such packet with av_init_packet() and by then setting
  *            data and size, some decoders might in addition need other fields like
- *            flags&PKT_FLAG_KEY. All decoders are designed to use the least
+ *            flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least
  *            fields possible.
  * @param[in,out] got_picture_ptr Zero if no frame could be decompressed, otherwise, it is nonzero.
  * @return On error a negative value is returned, otherwise the number of bytes