summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-28 13:05:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-28 13:36:54 +0200
commit30b8f3e7dcd0318b91e205dcbf774ef92fb6193c (patch)
tree151ff7f81b2be847087918a769a2f596a5f0bb9c /libavformat/asf.h
parentda0616985095202434a4dfd30eb2ea09e3a57938 (diff)
parentb08569a23948db107e5e6175cd4c695427d5339d (diff)
Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d'
* commit 'b08569a23948db107e5e6175cd4c695427d5339d': lavf: Replace the ASF demuxer Conflicts: Changelog libavformat/asf.h libavformat/asfdec.c libavformat/version.h tests/ref/fate/wmv8-drm-nodec tests/ref/seek/lavf-asf The rewritten demuxer is placed in a new file, the current demuxer is left as default. Carl has tested both and the one working better is default. Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h
index 0c9598a8d8..0789b17d43 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -28,38 +28,6 @@
#define PACKET_SIZE 3200
-typedef struct ASFPayload {
- uint8_t type;
- uint16_t size;
-} ASFPayload;
-
-typedef struct ASFStream {
- int num;
- unsigned char seq;
- /* use for reading */
- AVPacket pkt;
- int frag_offset;
- int packet_obj_size;
- int timestamp;
- int64_t duration;
- int skip_to_key;
- int pkt_clean;
-
- int ds_span; /* descrambling */
- int ds_packet_size;
- int ds_chunk_size;
-
- int64_t packet_pos;
-
- uint16_t stream_language_index;
-
- int palette_changed;
- uint32_t palette[256];
-
- int payload_ext_ct;
- ASFPayload payload[8];
-} ASFStream;
-
typedef struct ASFMainHeader {
ff_asf_guid guid; ///< generated by client computer
uint64_t file_size; /**< in bytes