diff pngdec.c @ 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 8a4984c5cacc
children aef934aa4787
line wrap: on
line diff
--- a/pngdec.c	Wed Mar 31 03:55:42 2010 +0000
+++ b/pngdec.c	Wed Mar 31 12:29:58 2010 +0000
@@ -599,7 +599,7 @@
  exit_loop:
      /* handle p-frames only if a predecessor frame is available */
      if(s->last_picture->data[0] != NULL) {
-         if(!(avpkt->flags & PKT_FLAG_KEY)) {
+         if(!(avpkt->flags & AV_PKT_FLAG_KEY)) {
             int i, j;
             uint8_t *pd = s->current_picture->data[0];
             uint8_t *pd_last = s->last_picture->data[0];