]> git.sesse.net Git - ffmpeg/commit
Move AVFrame from lavc to lavu.
authorAnton Khirnov <anton@khirnov.net>
Wed, 17 Oct 2012 09:51:01 +0000 (11:51 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Mar 2013 06:36:15 +0000 (07:36 +0100)
commit7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e
treecf6a6275abb9737b551b7cbea0b61b7935a7116b
parentad0c9f2d5d81e22207c6ccecc426bf7306acc327
Move AVFrame from lavc to lavu.

Add AVBuffer-based reference counting API to it.
libavcodec/avcodec.h
libavutil/Makefile
libavutil/frame.c [new file with mode: 0644]
libavutil/frame.h [new file with mode: 0644]