[Git][videolan/libdvdcss][master] DVD-Audio: remove unneeeded breaks in switch
"Jean-Baptiste Kempf (@jbk)" <[email protected]> Wed, 13 Aug 2025 09:26:39 +0200
| Newsgroups | gmane.comp.video.videolan.libdvdcss.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============5216247814994728528==
Content-Type: multipart/alternative;
boundary="--==_mimepart_689c3e2f8f93d_80cda91193419171793";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_689c3e2f8f93d_80cda91193419171793
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
99147ab2 by Saifelden Mohamed Ismail at 2025-08-12T14:29:40+03:00
DVD-Audio: remove unneeeded breaks in switch
- - - - -
1 changed file:
- src/libdvdcpxm.c
Changes:
=====================================
src/libdvdcpxm.c
=====================================
@@ -701,10 +701,8 @@ int dvdcpxm_decrypt( cpxm cpxm, int media_type,void *p_buffer, int flags )
{
case COPYRIGHT_PROTECTION_CPPM:
return cppm_decrypt_block( (uint8_t *) p_buffer, flags, cpxm.id_album, cpxm.media_key );
- break;
case COPYRIGHT_PROTECTION_CPRM:
return cprm_decrypt_block( (uint8_t* ) p_buffer, flags, cpxm.id_album ,cpxm.media_key );
- break;
}
return 0;
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/99147ab25dd3432690f9fa4be7b490fcb3aa0792
--
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/99147ab25dd3432690f9fa4be7b490fcb3aa0792
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
----==_mimepart_689c3e2f8f93d_80cda91193419171793--
--===============5216247814994728528==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
libdvdcss-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvdcss-devel
--===============5216247814994728528==--