diff avcodec.h @ 652:c7647afc3ce5 libavcodec

set pict_type & key_frame on decoding too
author michaelni
date Thu, 12 Sep 2002 00:27:08 +0000
parents 22b22723805e
children 850098147a3c
line wrap: on
line diff
--- a/avcodec.h	Wed Sep 11 12:39:53 2002 +0000
+++ b/avcodec.h	Thu Sep 12 00:27:08 2002 +0000
@@ -182,7 +182,7 @@
     int key_frame;      /* true if the previous compressed frame was 
                            a key frame (intra, or seekable) */
     int pict_type;      /* picture type of the previous 
-                           encoded frame */
+                           en/decoded frame */
 /* FIXME: these should have FF_ */
 #define I_TYPE 1 // Intra
 #define P_TYPE 2 // Predicted