Wireshark-commits: [Wireshark-commits] master 8a35729: codecs API: Added description of API usage
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 Dec 2019 15:41:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a3572997f0d708d7210c16b197a86e0f0f2ee6b
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8a35729 by Jirka Novak (j.novak@xxxxxxxxxxxx):

    codecs API: Added description of API usage
    
    Added API description clarifies when bytes/samples are used. New variable names
    proposed and all existing codecs are adapted to it. Change is just renaming...
    
    Change-Id: I75dba64a49eb3f4369ec7160cb793dda4b44c810
    Reviewed-on: https://code.wireshark.org/review/35576
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  cff06ca   GSM A RR: Fix typos in PS IR field
     add  8a35729   codecs API: Added description of API usage


Summary of changes:
 plugins/codecs/G711/G711decode.c    | 36 ++++++++++----------
 plugins/codecs/G722/G722decode.c    | 13 +++----
 plugins/codecs/G726/G726decode.c    | 12 +++----
 plugins/codecs/G729/G729decode.c    | 18 +++++-----
 plugins/codecs/l16_mono/l16decode.c | 18 +++++-----
 ui/rtp_media.c                      |  2 +-
 wsutil/codecs.h                     | 68 ++++++++++++++++++++++++++++++++++---
 7 files changed, 114 insertions(+), 53 deletions(-)