You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Remove empty pipe_close
Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -110,16 +110,9 @@ static int pipe_open(URLContext *h, const char *filename, int flags)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int pipe_close(URLContext *h)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
URLProtocol pipe_protocol = {
|
URLProtocol pipe_protocol = {
|
||||||
"pipe",
|
"pipe",
|
||||||
pipe_open,
|
pipe_open,
|
||||||
file_read,
|
file_read,
|
||||||
file_write,
|
file_write,
|
||||||
NULL,
|
|
||||||
pipe_close,
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user