Skip to content
Snippets Groups Projects
Commit 84b5dcf2 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

asfenc: remove an unused variable

parent ff3db937
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,6 @@ typedef struct ASFStream { ...@@ -192,7 +192,6 @@ typedef struct ASFStream {
AVPacket pkt; AVPacket pkt;
int frag_offset; int frag_offset;
int timestamp; int timestamp;
int64_t duration;
int ds_span; /* descrambling */ int ds_span; /* descrambling */
int ds_packet_size; int ds_packet_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment