]> git.sesse.net Git - vlc/commit
AVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark it as non-static.
authorJai Menon <jmenon86@gmail.com>
Thu, 5 Aug 2010 10:48:16 +0000 (16:18 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 9 Aug 2010 20:21:42 +0000 (22:21 +0200)
commit512acd87b9562ed50cad02dffa37f12a7e37e644
tree68a163c4091b663bacea7f81a715a517f9af04d3
parent506f2f69a5563cbe5d882129564d54e1ced40ff2
AVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark it as non-static.

This will allow us to re-use this function later.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/video.c