Browse Source

libcelt_dec: set sample_fmt.

This fixes a regression introduced by the merging of patch fc2dd2c.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Nicolas George Michael Niedermayer 14 years ago
parent
commit
f44c816566
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libcelt_dec.c

+ 1
- 0
libavcodec/libcelt_dec.c View File

@@ -91,6 +91,7 @@ static av_cold int libcelt_dec_init(AVCodecContext *c)
"improperly decoded by libcelt for version 0x%x.\n",
version, lib_version);
}
c->sample_fmt = AV_SAMPLE_FMT_S16;
return 0;
}



Loading…
Cancel
Save