mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 07:05:24 +08:00
10l, commit that should have been stashed into the merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -47,7 +47,7 @@ typedef struct FfmpegDiracDecoderParams {
|
||||
|
||||
|
||||
/**
|
||||
* returns Libav chroma format
|
||||
* returns FFmpeg chroma format
|
||||
*/
|
||||
static enum PixelFormat GetFfmpegChromaFormat(dirac_chroma_t dirac_pix_fmt)
|
||||
{
|
||||
@ -103,7 +103,7 @@ static int libdirac_decode_frame(AVCodecContext *avccontext,
|
||||
|
||||
case STATE_SEQUENCE:
|
||||
{
|
||||
/* tell Libav about sequence details */
|
||||
/* tell FFmpeg about sequence details */
|
||||
dirac_sourceparams_t *src_params = &p_dirac_params->p_decoder->src_params;
|
||||
|
||||
if (av_image_check_size(src_params->width, src_params->height,
|
||||
|
Reference in New Issue
Block a user