]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 27 Aug 2008 23:43:28 +0000 (23:43 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 27 Aug 2008 23:43:28 +0000 (23:43 +0000)
commit62d3df4bd31d35285d56f7a10f2627e636ee645d
treee58f69a3ac4c522745f4a896b00914b7d89657e6
parent90962cc05d04bd59dc02e6c06973570e65c4cf82
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and
move it from sdp.c into utils.c. Also add new header internal.h specifically
for lavf-specific internal API. See discussion in "Realmedia patch" thread
on mailinglist.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15002 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/internal.h [new file with mode: 0644]
libavformat/sdp.c
libavformat/utils.c