mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
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:
parent
7ff89574c7
commit
c2a221c5ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user