summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorJun Li <junli1026@gmail.com>2019-03-12 14:26:22 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2019-03-13 12:54:30 +0100
commitc2a221c5ae5017e11654b9688ac97e9f5d3570b2 (patch)
treeeda05106df6c8c578fb093852d7a07c3b5cbcca6 /libavformat
parent7ff89574c78d6d653534477dbd6fa152738819dc (diff)
avformat/rtpdec.h remove unused variable
Looks like the variable 'cur_timestamp' is not used anywhere. So remove this variable. Signed-off-by: Jun Li <junli1026@gmail.com> Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtpdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h
index 5a47d6f79d..9144edbe8b 100644
--- a/libavformat/rtpdec.h
+++ b/libavformat/rtpdec.h
@@ -154,7 +154,6 @@ struct RTPDemuxContext {
uint16_t seq;
uint32_t timestamp;
uint32_t base_timestamp;
- uint32_t cur_timestamp;
int64_t unwrapped_timestamp;
int64_t range_start_offset;
int max_payload_size;