OSDN Git Service

lavc: add a channel_layout field to AVFrame.
authorNicolas George <nicolas.george@normalesup.org>
Sat, 28 Apr 2012 11:02:41 +0000 (13:02 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Sat, 28 Apr 2012 18:14:48 +0000 (20:14 +0200)
commit4b0521eca9647a092388c44186ea07b3d4416cdb
tree3eec1df527c3088dd4f950fcead7326ec334c5e6
parent82c71913e46552f9b41ed3f63571b7777a999f68
lavc: add a channel_layout field to AVFrame.

The field is filled with the codec context information.

FIXME need a minor version bump.
libavcodec/avcodec.h
libavcodec/options.c
libavcodec/utils.c