comparison fraps.c @ 2701:6a22fbe16d6d libavcodec

signature has an 'x'
author melanson
date Tue, 17 May 2005 23:09:59 +0000
parents 485571c9182f
children ef2149182f1c
comparison
equal deleted inserted replaced
2700:485571c9182f 2701:6a22fbe16d6d
30 * decoded yet. 30 * decoded yet.
31 */ 31 */
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 34
35 #define FPS_TAG MKTAG('F', 'P', 'S', '1') 35 #define FPS_TAG MKTAG('F', 'P', 'S', 'x')
36 36
37 /** 37 /**
38 * local variable storage 38 * local variable storage
39 */ 39 */
40 typedef struct FrapsContext{ 40 typedef struct FrapsContext{