diff options
author | Martin Storsjö <[email protected]> | 2014-12-18 12:20:11 +0200 |
---|---|---|
committer | Martin Storsjö <[email protected]> | 2014-12-18 23:11:37 +0200 |
commit | adc214e6797750285a5e62634b8521db521162ad (patch) | |
tree | fe07b3ec07fa25b43fb42fdcf1a1fcf1d679c229 /libavutil/parseutils.c | |
parent | 3bb465245fed6069512e6821000391beae8a6066 (diff) |
rtpenc: Avoid brittle switch fallthroughs
Instead explicitly jump to the default case in the cases where
it is wanted, and avoid fallthrough between different codecs,
which could easily introduce bugs if people editing the code
aren't careful.
Signed-off-by: Martin Storsjö <[email protected]>
Diffstat (limited to 'libavutil/parseutils.c')
0 files changed, 0 insertions, 0 deletions