]> git.sesse.net Git - ffmpeg/commit
Add an av_register_protocol2 function that takes a size parameter
authorMartin Storsjö <martin@martin.st>
Tue, 22 Jun 2010 13:58:48 +0000 (13:58 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 22 Jun 2010 13:58:48 +0000 (13:58 +0000)
commit9b07a2dc02e9b14e5b18485e7b16333a520b5dbb
tree7a6fad5f3125dddfb50a48d3ff976936c045f4b6
parente10412a334092bc2884674799318ff7fc60be785
Add an av_register_protocol2 function that takes a size parameter

This allows extending the URLProtocol struct without breaking binary
compatibility with code compiled with older definitions of the struct.

Originally committed as revision 23702 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/allformats.c
libavformat/avformat.h
libavformat/avio.c
libavformat/avio.h