Changeset 0f0f3bd1 in ffmpeg

Timestamp:
Jun 4, 2012, 12:40:01 AM (12 years ago)
Author:
Stefano Sabatini <stefasab@gmail.com>
Branches:
master
Children:
6b35f1a2
Parents:
38c9ebd2
git-author:
Stefano Sabatini <stefasab@gmail.com> (06/04/12 00:31:49)
git-committer:
Stefano Sabatini <stefasab@gmail.com> (06/04/12 00:40:01)
Message:

lavfi: use av_default_item_name() as filter private context logger

avfilter_default_filter_name() is supposed to access an AVFilterContext
struct, if used with a private struct it will cause a crash since it will
access fields which are non defined in the private struct.

(No files)

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