On Fri, Feb 28, 2014 at 1:23 PM, Janne Grunau <[email protected]> wrote: > On 2014-02-17 17:41:58 +0100, Vittorio Giovara wrote: >> --- >> After a chat with Janne and Anton (thanks for the explanation). >> Please correct me if I misunderstood >> Vittorio >> >> libavcodec/h264.h | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/libavcodec/h264.h b/libavcodec/h264.h >> index 69a46ca..bd05599 100644 >> --- a/libavcodec/h264.h >> +++ b/libavcodec/h264.h >> @@ -283,9 +283,9 @@ typedef struct H264Context { >> GetBitContext gb; >> ERContext er; >> >> - Picture *DPB; >> - Picture *cur_pic_ptr; >> - Picture cur_pic; >> + Picture *DPB; // Decoded Picture Buffer >> + Picture *cur_pic_ptr; // pointer to the current frame in the DPB > > those are ok > >> + Picture cur_pic; // picture describing both fields > > not really sure if the comment is correct/helpful
Yeah I see what you mean, how could that be improved? Thanks, -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
