Changeset f6774f90 in ffmpeg

Timestamp:
Apr 9, 2014, 12:12:19 AM (11 years ago)
Author:
Vittorio Giovara <vittorio.giovara@gmail.com>
Branches:
master
Children:
59a53842, ad8159e0
Parents:
60fd7d36
git-author:
wm4 <nfxjfg@googlemail.com> (03/31/14 17:46:29)
git-committer:
Vittorio Giovara <vittorio.giovara@gmail.com> (04/09/14 00:12:19)
Message:

mpegvideo: operate with pointers to AVFrames instead of whole structs

The most interesting parts are initialization in ff_MPV_common_init() and
uninitialization in ff_MPV_common_end().

ff_mpeg_unref_picture and ff_thread_release_buffer have additional NULL
checks for Picture.f, because these functions can be called on
uninitialized or partially initialized Pictures.

NULL pointer checks are added to ff_thread_release_buffer() stub function.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>

(No files)

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