lavc: add format field to AVFrame
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 1 May 2011 12:10:20 +0000 (14:10 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 25 Dec 2011 15:18:57 +0000 (16:18 +0100)
commit8a4a5f6ff756fdba44254015c714f173b2db6f64
treed4c0fcbee95b2a09c83ec51c1e7631141dfadab7
parent3a2ddf7c2c4d27b595a601c55af23129a5a8be0d
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.
libavcodec/avcodec.h
libavcodec/pthread.c
libavcodec/utils.c