summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-26 19:27:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-26 19:27:32 +0100
commit7b3ca7ae8b514bca290f97e996c5f189e60a7a74 (patch)
treef9cb1f7923dfacad165bcbf4db4a980c68702999 /libavcodec/mpegvideo.h
parent4c587b4f3003a1908856e96c6ed4643da9a6e21f (diff)
mpegvideo/h264: drop period_since_free
This should not be needed anymore Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 3ffab0a209..46470df6ca 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -171,7 +171,6 @@ typedef struct Picture{
int b_frame_score; /* */
int needs_realloc; ///< Picture needs to be reallocated (eg due to a frame size change)
- int period_since_free; ///< "cycles" since this Picture has been freed
int reference;
int shared;