]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 7 Apr 2009 18:31:14 +0000 (18:31 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 7 Apr 2009 18:31:14 +0000 (18:31 +0000)
commitabaf10c11caec50c47df36e0e9b734e88b23a021
tree5269505d07bc2652344be4fe0d1ac5d7ec475907
parente9f7f58d394b11438b0fae4cfca69e3687e0b0b3
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
AVPacket structure now resides also.

Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist
thread "Google Summer of Code participation" for additional discussion.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18353 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/avpacket.c [new file with mode: 0644]
libavformat/avformat.h
libavformat/utils.c