]> git.sesse.net Git - ffmpeg/commit
lavc: add format field to AVFrame
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 1 May 2011 12:10:20 +0000 (14:10 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 May 2011 09:45:37 +0000 (11:45 +0200)
commit18ded93ab3db5996cd86fe2f5b36ba3c4bd58711
tree0444ed3f88a8d90d34bec1d93ea7cbfa9aa9ef01
parent22333a6b19f59ebc83933b910069d00c445d01ed
lavc: add format field to AVFrame

The format is a per-frame property, having it in AVFrame simplify the
operation of extraction of that information, since avoids the need to
access the codec/stream context.
doc/APIchanges
libavcodec/avcodec.h
libavcodec/utils.c
libavcodec/version.h
libavfilter/vsrc_buffer.c