By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-k3b-3.5.13.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp.ORI (-1 / +1 lines)
Lines 49-55 Link Here
49
  K3b::Msf length;
49
  K3b::Msf length;
50
50
51
  // for decoding
51
  // for decoding
52
  char outputBuffer[AVCODEC_MAX_AUDIO_FRAME_SIZE];
52
  char outputBuffer[192000];
53
  char* outputBufferPos;
53
  char* outputBufferPos;
54
  int outputBufferSize;
54
  int outputBufferSize;
55
  AVPacket packet;
55
  AVPacket packet;

Return to bug 1560