asfenc: remove an unused variable

pull/202/head
Anton Khirnov 9 years ago
parent ff3db937ef
commit 84b5dcf275
  1. 1
      libavformat/asfenc.c

@ -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…
Cancel
Save