diff options
author | Marton Balint <cus@passwd.hu> | 2016-02-04 01:30:31 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-02-05 21:32:14 +0100 |
commit | 6d14e32555ef0b83a354e0e765706f253e0a4505 (patch) | |
tree | 892d95902ef3eddbfc7198a1058013e6552d11df /libavformat/asf.h | |
parent | 22bbd6e8b7544f29db85da93730641a3a25916bd (diff) | |
download | ffmpeg-6d14e32555ef0b83a354e0e765706f253e0a4505.tar.gz |
lavf/asfenc: add support for setting packet size
This can provide a manual workaround for ticket #4230.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 1070293b77..914ddef48e 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -26,8 +26,6 @@ #include "metadata.h" #include "riff.h" -#define PACKET_SIZE 3200 - typedef enum ASFDataType { ASF_UNICODE = 0, ASF_BYTE_ARRAY = 1, |