Ticket #371 (closed task: fixed)

Opened 4 months ago

Last modified 4 months ago

do not use bits_per_sample in code

Reported by: Madd_the_Sane Assigned to:
Priority: normal Milestone:
Component: Perian-Main Version: 1.1
Severity: normal Keywords:
Cc:

Description

Due to recent changes in the FFMpeg Library, the function bits_per_sample is no longer available in struct AVCodecContext. The code needs to be re-written to use a more up-to-date function.

Change History

09/17/08 15:23:55 changed by dconrad

  • status changed from new to closed.
  • resolution set to fixed.

(In [938]) FFmpeg API change: bits_per_sample renamed to bits_per_coded_sample, fixes #371