projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
263da1a
)
avformat/takdec: use init_get_bits8()
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 5 Aug 2013 08:14:42 +0000
(10:14 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 5 Aug 2013 08:14:42 +0000
(10:14 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/takdec.c
patch
|
blob
|
history
diff --git
a/libavformat/takdec.c
b/libavformat/takdec.c
index
520956c
..
2ed8a1e
100644
(file)
--- a/
libavformat/takdec.c
+++ b/
libavformat/takdec.c
@@
-99,7
+99,7
@@
static int tak_read_header(AVFormatContext *s)
}
}
- init_get_bits
(&gb, buffer, (size - 3) * 8
);
+ init_get_bits
8(&gb, buffer, size - 3
);
break;
case TAK_METADATA_MD5: {
uint8_t md5[16];