Changeset 1189af42 in ffmpeg

Timestamp:
Jun 12, 2015, 7:22:00 PM (9 years ago)
Author:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Branches:
master
Children:
dbf172e6
Parents:
b5c71fba
git-author:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> (06/09/15 21:38:26)
git-committer:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> (06/12/15 19:22:00)
Message:

h264: update avctx width/height/pix_fmt when returning frame

Inconsistencies between the dimensions/pixel format of avctx and the
frame can confuse API users.
For example this can crash the demuxing_decoding example.

Back up the previous values and restore them, when decoding the next
frame. This is necessary, because these can be different between the
returned frame and the last decoded frame.

Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.