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>
This commit is contained in:
Jun Li 2019-03-12 14:26:22 -07:00 committed by Michael Niedermayer
parent 7ff89574c7
commit c2a221c5ae

View File

@ -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;