diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-03-31 22:26:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-03-31 22:26:12 +0000 |
commit | d403852f04b1137e12810eeceab95dc05d3c9ff7 (patch) | |
tree | 67aa6af93ee0d829c392173393c6b6eba20e28f5 /ext/ffmpeg/gstffmpegprotocol.c | |
parent | 1ef6fec61f673abb2395ab8d140d6b100346f673 (diff) |
ext/ffmpeg/: various compiler fixes
Original commit message from CVS:
* ext/ffmpeg/gstffmpeg.c:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
* ext/ffmpeg/gstffmpegdec.c:
(gst_ffmpegdec_add_pixel_aspect_ratio), (gst_ffmpegdec_frame):
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_seek):
* ext/ffmpeg/gstffmpegscale.c: (gst_ffmpegscale_transform_caps),
(gst_ffmpegscale_handle_src_event):
various compiler fixes
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_src_event),
(my_safe_copy), (gst_ffmpegdemux_open),
(gst_ffmpegdemux_change_state):
actually return the result. Tee hee.
Diffstat (limited to 'ext/ffmpeg/gstffmpegprotocol.c')
-rw-r--r-- | ext/ffmpeg/gstffmpegprotocol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ffmpeg/gstffmpegprotocol.c b/ext/ffmpeg/gstffmpegprotocol.c index 656d280..455b35b 100644 --- a/ext/ffmpeg/gstffmpegprotocol.c +++ b/ext/ffmpeg/gstffmpegprotocol.c @@ -167,7 +167,6 @@ gst_ffmpegdata_write (URLContext * h, unsigned char *buf, int size) static offset_t gst_ffmpegdata_seek (URLContext * h, offset_t pos, int whence) { - GstSeekType seek_type = 0; GstProtocolInfo *info; guint64 newpos; |