diff vp56data.h @ 4595:340c876320eb libavcodec

Use pointers to avoid copying AVFrame. This ensure get_buffer() won't be confused with an AVFrame pointer which looks like it wasn't released.
author aurel
date Sun, 25 Feb 2007 15:33:38 +0000
parents 6a10cc9adb8a
children 2b72f9bc4f06
line wrap: on
line diff
--- a/vp56data.h	Sun Feb 25 10:27:12 2007 +0000
+++ b/vp56data.h	Sun Feb 25 15:33:38 2007 +0000
@@ -30,6 +30,7 @@
     VP56_FRAME_CURRENT  = 0,
     VP56_FRAME_PREVIOUS = 1,
     VP56_FRAME_GOLDEN   = 2,
+    VP56_FRAME_UNUSED   = 3,
 } vp56_frame_t;
 
 typedef enum {