diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-14 00:36:45 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-14 07:22:30 +0100 |
commit | eef3ea8c710d87da889e31e65b40b36cc7a2648e (patch) | |
tree | 2d8048e916d68051dcd30dbfc6bea140dd47087f /libavformat/mxfdec.c | |
parent | 73af8ea356011be169bfd1b046f7d86c10ea89cb (diff) | |
download | ffmpeg-eef3ea8c710d87da889e31e65b40b36cc7a2648e.tar.gz |
Rename remaining ByteIOContext to AVIOContext.
Diffstat (limited to 'libavformat/mxfdec.c')
-rw-r--r-- | libavformat/mxfdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index d940649c6a..5180d21f86 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -406,7 +406,7 @@ static int mxf_read_primer_pack(void *arg, AVIOContext *pb, int tag, int size, U return 0; } -static int mxf_read_partition_pack(void *arg, ByteIOContext *pb, int tag, int size, UID uid) +static int mxf_read_partition_pack(void *arg, AVIOContext *pb, int tag, int size, UID uid) { MXFContext *mxf = arg; MXFPartition *partition; |