mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
codecmap: revert bogus commit.
We don't need to set a default frame_size, ffmpeg has set this value to 0 to inform us that there is a fixed relation between the amount of input samples and output samples. Now we only need to implement handling that fact.
This commit is contained in:
parent
a0c7a2d0c5
commit
92b8a5adc9
1 changed files with 0 additions and 3 deletions
|
@ -1236,9 +1236,6 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
|
|||
break;
|
||||
case CODEC_ID_ADPCM_G726:
|
||||
layout = "g726";
|
||||
if (context)
|
||||
/* get a default 20ms packet size */
|
||||
context->frame_size = context->sample_rate / 50;
|
||||
break;
|
||||
case CODEC_ID_ADPCM_CT:
|
||||
layout = "ct";
|
||||
|
|
Loading…
Reference in a new issue