summaryrefslogtreecommitdiff
path: root/libavformat/dv1394.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-01-26 12:32:23 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-01-26 12:32:23 +0000
commit4abc097146a159eab3770f6b4889f5e7aa4580af (patch)
treea76c067cb43efb1566bd41f7a7f5e1d95aa95c9d /libavformat/dv1394.c
parent24368c4ae4de1c8b4556b9e042ed0b29368e8b59 (diff)
remove void * used in arithmetic warnings
Originally committed as revision 7716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv1394.c')
-rw-r--r--libavformat/dv1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dv1394.c b/libavformat/dv1394.c
index f00d474357..c5795ca022 100644
--- a/libavformat/dv1394.c
+++ b/libavformat/dv1394.c
@@ -40,7 +40,7 @@ struct dv1394_data {
int channel;
int format;
- void *ring; /* Ring buffer */
+ uint8_t *ring; /* Ring buffer */
int index; /* Current frame index */
int avail; /* Number of frames available for reading */
int done; /* Number of completed frames */