diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:20:36 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:51:57 +0100 |
commit | 6e9651d1064b6a3e18c24f15d5b03bb9c5fc3393 (patch) | |
tree | 16acae746d2c37d10c07703437940265b7463fa6 /libavformat/wtv.c | |
parent | 3b4aaa61906321b44e9724d9fed11e552406ea50 (diff) | |
download | ffmpeg-6e9651d1064b6a3e18c24f15d5b03bb9c5fc3393.tar.gz |
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Diffstat (limited to 'libavformat/wtv.c')
-rw-r--r-- | libavformat/wtv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wtv.c b/libavformat/wtv.c index c6198680c7..07549b2cc5 100644 --- a/libavformat/wtv.c +++ b/libavformat/wtv.c @@ -945,7 +945,7 @@ static const uint8_t timeline_table_0_entries_Events_le16[] = {'t'_'i'_'m'_'e'_'l'_'i'_'n'_'e'_'.'_'t'_'a'_'b'_'l'_'e'_'.'_'0'_'.'_'e'_'n'_'t'_'r'_'i'_'e'_'s'_'.'_'E'_'v'_'e'_'n'_'t'_'s', 0}; #undef _ -static int read_header(AVFormatContext *s, AVFormatParameters *ap) +static int read_header(AVFormatContext *s) { WtvContext *wtv = s->priv_data; int root_sector, root_size; |