mirror of https://git.ffmpeg.org/ffmpeg.git
asfenc: remove an unused variable
This commit is contained in:
parent
ff3db937ef
commit
84b5dcf275
|
@ -192,7 +192,6 @@ typedef struct ASFStream {
|
|||
AVPacket pkt;
|
||||
int frag_offset;
|
||||
int timestamp;
|
||||
int64_t duration;
|
||||
|
||||
int ds_span; /* descrambling */
|
||||
int ds_packet_size;
|
||||
|
|
Loading…
Reference in New Issue