Menu

#2919 Regression: extra codecs (1.7 or 1.5) not available since r2456

Accepted
nobody
None
Medium
Defect
2015-03-21
2015-03-20
Anonymous
No

Originally created by: jrwe...@gmail.com

What steps will reproduce the problem?
1.[r2469] with codec pack 1.7 (or 1.5)
2.no opus or other extra codecs visible in codec list

What is the expected output? What do you see instead?
3.[r2456] with codec pack 1.7 (or 1.5)
4. opus and other extra codecs are visible in codec list

What version of the product are you using? On what device / operating
system?
[r2469], Android (several versions, several devices)

Please provide any additional information below.
In [r2468] iterating over them is commented out, which disabled listing them:

[r2468]
+                    /*
317    319                        for (Entry<String, DynCodecInfos> availableCodec : availableCodecs.entrySet()) {
318    320                            DynCodecInfos dyn = availableCodec.getValue();
319    321                            if (!TextUtils.isEmpty(dyn.libraryPath)) {
...           
323    325                            }
324    326                        }
325    327                        cssCfg.setExtra_aud_codecs_cnt(i);
328    +                    */
326    329   

Related

Commit: [r2456]
Commit: [r2468]
Commit: [r2469]

Discussion

  • Anonymous

    Anonymous - 2015-03-20

    Originally posted by: r3gis...@gmail.com

    (No comment was entered for this change.)

    Status: Accepted

     
  • Anonymous

    Anonymous - 2015-03-20

    Originally posted by: r3gis...@gmail.com

    Thanks for the report.
    Indeed, I forgot to commit the file.
    For the record was disabled because g726 codec was broken with recent ndk versions.
    This was resulting in crashing the app.
    g726 still needs to be debugged to find out why it makes things crash

     

Log in to post a comment.