Changeset 7a82022e in ffmpeg

Timestamp:
Aug 8, 2013, 9:08:28 AM (11 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
218d6844, 50b7ce12
Parents:
3e589878
git-author:
Ben Avison <bavison@riscosopen.org> (08/05/13 12:12:46)
git-committer:
Martin Storsjö <martin@martin.st> (08/08/13 09:08:28)
Message:

h264_parser: Initialize the h264dsp context in the parser as well

Each AVStream struct for an H.264 elementary stream actually has two
copies of the H264DSPContext struct (and in fact all the other members
of H264Context as well):

((H264Context *) ((AVStream *)st)->codec->priv_data)->h264dsp
((H264Context *) ((AVStream *)st)->parser->priv_data)->h264dsp

but only the first of these was actually being initialised. This
prevented the addition of platform-specific implementations of
parser-related functions.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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